mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
pluralize music genres path
This commit is contained in:
parent
18325159c5
commit
be1fcf1682
@ -114,7 +114,7 @@ namespace MediaBrowser.Server.Implementations
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return Path.Combine(ItemsByNamePath, "MusicGenre");
|
return Path.Combine(ItemsByNamePath, "MusicGenres");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user