mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added GameGenre
This commit is contained in:
parent
58e6a91984
commit
d1a8e37334
8 changed files with 274 additions and 11 deletions
|
@ -944,6 +944,9 @@ var Dashboard = {
|
|||
else if (type == "musicgenre") {
|
||||
url = "itembynamedetails.html?musicgenre=" + ApiClient.encodeName(cmd.ItemName) + "&context=" + (context || "music");
|
||||
}
|
||||
else if (type == "gamegenre") {
|
||||
url = "itembynamedetails.html?gamegenre=" + ApiClient.encodeName(cmd.ItemName) + "&context=" + (context || "games");
|
||||
}
|
||||
else if (type == "studio") {
|
||||
url = "itembynamedetails.html?studio=" + ApiClient.encodeName(cmd.ItemName) + "&context=" + context;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue