Esempio n. 1
0
 public override bool IsSupported(IEntryImageInformation picture, ImageSize size)
 {
     return(picture.EntryType == EntryType.ReleaseEvent || picture.EntryType == EntryType.ReleaseEventSeries ||
            ((picture.EntryType == EntryType.Artist || picture.EntryType == EntryType.Album) &&
             picture.PurposeMainOrUnspecified() &&
             size != ImageSize.Original));
 }
 public bool IsSupported(IEntryImageInformation picture, ImageSize size)
 {
     return(picture.PurposeMainOrUnspecified() && (picture.EntryType == EntryType.Artist || picture.EntryType == EntryType.Album));
 }