mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fixes #358 - Weather validation in Server configuration
This commit is contained in:
@@ -132,7 +132,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
SeriesCount = items.OfType<Series>().Count(),
|
||||
|
||||
GameCount = items.OfType<BaseGame>().Count(),
|
||||
GameCount = items.OfType<Game>().Count(),
|
||||
|
||||
SongCount = items.OfType<Audio>().Count(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user