mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added new parent methods
This commit is contained in:
@@ -86,7 +86,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
Genres = genreList.ToArray()
|
||||
|
||||
}, user, new string[] { });
|
||||
}, new string[] { });
|
||||
|
||||
var genresDictionary = genreList.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user