mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
pluralize music genres path
This commit is contained in:
@@ -114,7 +114,7 @@ namespace MediaBrowser.Server.Implementations
|
||||
{
|
||||
get
|
||||
{
|
||||
return Path.Combine(ItemsByNamePath, "MusicGenre");
|
||||
return Path.Combine(ItemsByNamePath, "MusicGenres");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user