mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	make photos downloadable
This commit is contained in:
		
							parent
							
								
									13852b7831
								
							
						
					
					
						commit
						232d0eb14c
					
				@ -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; }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user