Luke Pulverenti пре 9 година
родитељ
комит
232d0eb14c
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      MediaBrowser.Controller/Entities/Photo.cs

+ 5 - 0
MediaBrowser.Controller/Entities/Photo.cs

@@ -53,6 +53,11 @@ namespace MediaBrowser.Controller.Entities
             }
             }
         }
         }
 
 
+        public override bool CanDownload()
+        {
+            return true;
+        }
+
         public int? Width { get; set; }
         public int? Width { get; set; }
         public int? Height { get; set; }
         public int? Height { get; set; }
         public string CameraMake { get; set; }
         public string CameraMake { get; set; }