1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove useless expressions

This commit is contained in:
MrTimscampi 2020-04-15 07:29:32 +02:00
parent ac69f29d5a
commit 2d972efa0a
2 changed files with 0 additions and 2 deletions

View file

@ -1016,7 +1016,6 @@ define(['globalize', 'listView', 'layoutManager', 'userSettings', 'focusManager'
if ('Programs' === params.type) {
filters.push('Genres');
} else {
params.type;
filters.push('IsUnplayed');
filters.push('IsPlayed');