aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Diagnostics/LinuxProcessManager.cs
diff options
context:
space:
mode:
authorMike <github@barry.io>2015-03-23 21:37:21 -0400
committerMike <github@barry.io>2015-03-23 21:37:21 -0400
commit6fbbf913e4b4f70a6e190a1af926905d5fff1d5c (patch)
tree09bccaf218225da17631813ff80fba6b29914ec6 /MediaBrowser.Server.Mono/Diagnostics/LinuxProcessManager.cs
parent1fba8d077bf5d6f59483484b8382b200da26fb27 (diff)
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)
Diffstat (limited to 'MediaBrowser.Server.Mono/Diagnostics/LinuxProcessManager.cs')
0 files changed, 0 insertions, 0 deletions