mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 04:24:52 +01:00
added logging during app update, and IsHD
This commit is contained in:
@@ -54,6 +54,10 @@ namespace MediaBrowser.Providers.TV
|
||||
.Distinct()
|
||||
.Count();
|
||||
|
||||
series.DateLastEpisodeAdded = episodes.Select(i => i.DateCreated)
|
||||
.OrderByDescending(i => i)
|
||||
.FirstOrDefault();
|
||||
|
||||
numComplete++;
|
||||
double percent = numComplete;
|
||||
percent /= seriesList.Count;
|
||||
|
||||
Reference in New Issue
Block a user