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:
parent
ac69f29d5a
commit
2d972efa0a
2 changed files with 0 additions and 2 deletions
|
@ -1016,7 +1016,6 @@ define(['globalize', 'listView', 'layoutManager', 'userSettings', 'focusManager'
|
||||||
if ('Programs' === params.type) {
|
if ('Programs' === params.type) {
|
||||||
filters.push('Genres');
|
filters.push('Genres');
|
||||||
} else {
|
} else {
|
||||||
params.type;
|
|
||||||
filters.push('IsUnplayed');
|
filters.push('IsUnplayed');
|
||||||
filters.push('IsPlayed');
|
filters.push('IsPlayed');
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,6 @@ define(['globalize', 'loading', 'libraryMenu', 'dom', 'emby-input', 'emby-button
|
||||||
info.Id = id;
|
info.Id = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
info.Id;
|
|
||||||
ApiClient.ajax({
|
ApiClient.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: ApiClient.getUrl('LiveTv/TunerHosts'),
|
url: ApiClient.getUrl('LiveTv/TunerHosts'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue