mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web] Fix genre not being displayed correctly depending on the media kind
The genre is not displayed depending on the media kind and not only for the "music" kind.
This commit is contained in:
@@ -313,7 +313,8 @@
|
||||
},
|
||||
"tabs": {
|
||||
"authors": "Autoren",
|
||||
"audiobooks": "Hörbücher"
|
||||
"audiobooks": "Hörbücher",
|
||||
"genres": "Genres"
|
||||
}
|
||||
},
|
||||
"browse": {
|
||||
|
||||
@@ -313,7 +313,8 @@
|
||||
},
|
||||
"tabs": {
|
||||
"authors": "Authors",
|
||||
"audiobooks": "Audiobooks"
|
||||
"audiobooks": "Audiobooks",
|
||||
"genres": "Genres"
|
||||
}
|
||||
},
|
||||
"browse": {
|
||||
|
||||
@@ -313,7 +313,8 @@
|
||||
},
|
||||
"tabs": {
|
||||
"authors": "Auteurs",
|
||||
"audiobooks": "Livres audio"
|
||||
"audiobooks": "Livres audio",
|
||||
"genres": "Genres"
|
||||
}
|
||||
},
|
||||
"browse": {
|
||||
|
||||
@@ -313,7 +313,8 @@
|
||||
},
|
||||
"tabs": {
|
||||
"authors": "作者",
|
||||
"audiobooks": "有声读物"
|
||||
"audiobooks": "有声读物",
|
||||
"genres": "流派"
|
||||
}
|
||||
},
|
||||
"browse": {
|
||||
|
||||
Reference in New Issue
Block a user