mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove games
This commit is contained in:
parent
0474bcfa8f
commit
8e76f60a10
85 changed files with 47 additions and 515 deletions
|
@ -237,9 +237,6 @@ define(['connectionManager', 'cardBuilder', 'registrationServices', 'appSettings
|
|||
case "tvshows":
|
||||
icon = "live_tv";
|
||||
break;
|
||||
case "games":
|
||||
icon = "folder";
|
||||
break;
|
||||
case "trailers":
|
||||
icon = "local_movies";
|
||||
break;
|
||||
|
@ -1076,4 +1073,4 @@ define(['connectionManager', 'cardBuilder', 'registrationServices', 'appSettings
|
|||
pause: pause,
|
||||
resume: resume
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue