jellyfin-server/MediaBrowser.Controller/Entities
Mike 6fbbf913e4 Fix season images not showing up when Emby starts.
The TvdbSeasonImageProvider was running before the TvdbSeasonImageProvider. This caused the seriesid be null on the series. (This is apparently populated as part of the metadata refresh on the series. Moving that scan before the seasons seems to fix the problem.

See the following code from TvdbSeriesImageProvider

var seriesId = series != null ? series.GetProviderId(MetadataProviders.Tvdb) : null;
if (!string.IsNullOrEmpty(seriesId) && season.IndexNumber.HasValue)
2015-03-23 21:37:21 -04:00
..
Audio added archive interface 2015-03-16 22:46:21 -04:00
Movies support storage of original title 2015-03-09 21:30:20 -04:00
TV Fix season images not showing up when Emby starts. 2015-03-23 21:37:21 -04:00
AggregateFolder.cs fixes #1001 - Support downloading 2015-02-06 00:39:07 -05:00
BaseItem.cs incorporate file length into image cache tag 2015-03-20 16:06:04 -04:00
BasePluginFolder.cs update folder settings 2015-02-19 14:00:56 -05:00
Book.cs fixes #1001 - Support downloading 2015-02-06 00:39:07 -05:00
CollectionFolder.cs update folder settings 2015-02-19 14:00:56 -05:00
DayOfWeekHelper.cs move user image into profile settings 2014-10-15 23:26:39 -04:00
Extensions.cs add cinema mode feature 2014-09-22 17:56:54 -04:00
Folder.cs updated image magick sharp 2015-03-04 21:49:08 -05:00
Game.cs fixes #1001 - Support downloading 2015-02-06 00:39:07 -05:00
GameGenre.cs sync updates 2015-02-18 23:37:44 -05:00
GameSystem.cs sync updates 2015-01-24 17:33:26 -05:00
Genre.cs sync updates 2015-02-18 23:37:44 -05:00
IArchivable.cs added archive interface 2015-03-16 22:46:21 -04:00
IByReferenceItem.cs moved IByReferenceItem to the controller project 2013-06-09 13:47:19 -04:00
ICollectionFolder.cs add more device options 2014-10-11 21:46:02 -04:00
IHasAspectRatio.cs pull person sort order from tvdb/tmdb data 2013-11-19 22:15:48 -05:00
IHasAwards.cs add new fields from omdb 2014-01-15 00:01:58 -05:00
IHasBudget.cs Added IHasBudget 2013-12-02 11:16:03 -05:00
IHasCriticRating.cs added critic rating interface 2013-11-06 11:06:16 -05:00
IHasDisplayOrder.cs add custom collection sort orders to edit page 2014-01-03 15:32:27 -05:00
IHasImages.cs add movie metadata support to live tv 2015-03-14 16:00:32 -04:00
IHasKeywords.cs support plot keywords 2014-01-14 10:50:39 -05:00
IHasMediaSources.cs add methods to media source manager 2015-03-07 17:43:53 -05:00
IHasMetadata.cs updated tvdb search 2015-01-27 01:50:40 -05:00
IHasMetascore.cs add new fields from omdb 2014-01-15 00:01:58 -05:00
IHasOriginalTitle.cs support storage of original title 2015-03-09 21:30:20 -04:00
IHasPreferredMetadataLanguage.cs allow custom language per item 2013-12-28 11:58:13 -05:00
IHasProductionLocations.cs Removed unused properties from BaseItem. 2013-12-05 11:50:21 -05:00
IHasScreenshots.cs create images list object 2014-02-07 15:30:41 -05:00
IHasSeries.cs added more image providers 2014-02-08 15:02:35 -05:00
IHasShortOverview.cs add ShortOverview 2014-06-24 00:18:02 -04:00
IHasSoundtracks.cs added chromecast boilerplate 2014-02-23 00:52:30 -05:00
IHasSpecialFeatures.cs add MediaInfo to improve media analysis for video files 2014-09-20 11:48:23 -04:00
IHasTaglines.cs Removed unused properties from BaseItem. 2013-12-05 11:50:21 -05:00
IHasTags.cs Removed unused properties from BaseItem. 2013-12-05 11:50:21 -05:00
IHasThemeMedia.cs Removed unused properties from BaseItem. 2013-12-05 11:50:21 -05:00
IHasTrailers.cs update sync objects 2014-12-11 01:20:28 -05:00
IHasUserData.cs fixes #762 - Marking unwatched doesn't update display 2014-07-03 22:22:57 -04:00
IItemByName.cs fixes #1001 - Support downloading 2015-02-06 00:39:07 -05:00
ILibraryItem.cs added recording progress bars 2014-01-14 15:24:56 -05:00
ImageSourceInfo.cs support backdrops from multiple sources 2013-10-22 15:03:21 -04:00
IMetadataContainer.cs separate metadata refresh from validation 2014-02-06 17:22:03 -05:00
InternalItemsQuery.cs add query by PersonId 2015-03-18 12:40:16 -04:00
ISupportsBoxSetGrouping.cs update task buttons 2015-01-22 11:41:34 -05:00
ISupportsPlaceHolders.cs fixes #697 - Support xbmc offline discs 2014-03-03 00:11:03 -05:00
ItemImageInfo.cs incorporate file length into image cache tag 2015-03-20 16:06:04 -04:00
IThemeMedia.cs remember display mirroring 2014-08-25 22:30:52 -04:00
IVirtualFolderCreator.cs fix broken images 2013-02-22 20:24:04 -05:00
LinkedChild.cs updated image magick sharp 2015-03-04 21:49:08 -05:00
MusicVideo.cs add ArtistItems to api output 2015-03-13 13:25:28 -04:00
Person.cs sync updates 2015-02-18 23:37:44 -05:00
Photo.cs start using user policy 2014-12-20 01:06:27 -05:00
PhotoAlbum.cs start using user policy 2014-12-20 01:06:27 -05:00
Share.cs more sync movement 2014-12-12 22:56:30 -05:00
Studio.cs sync updates 2015-02-18 23:37:44 -05:00
Trailer.cs updated tvdb search 2015-01-27 01:50:40 -05:00
User.cs support in-home easy password 2015-01-29 01:06:24 -05:00
UserItemData.cs migrate to new user data db 2013-09-27 11:23:27 -04:00
UserRootFolder.cs sync updates 2015-01-25 01:34:50 -05:00
UserView.cs add dynamic images 2015-03-14 00:50:23 -04:00
UserViewBuilder.cs update translations 2015-03-18 13:04:49 -04:00
Video.cs added archive interface 2015-03-16 22:46:21 -04:00
Year.cs sync updates 2015-02-18 23:37:44 -05:00