mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
added logging during app update, and IsHD
This commit is contained in:
@@ -229,7 +229,7 @@ namespace MediaBrowser.Api.DefaultTheme
|
||||
var movies = items.OfType<Movie>()
|
||||
.ToList();
|
||||
|
||||
var hdMovies = movies.Where(i => i.IsHd).ToList();
|
||||
var hdMovies = movies.Where(i => i.IsHD).ToList();
|
||||
|
||||
var familyGenres = request.FamilyGenre.Split(',').ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user