mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove getParameterByName global
This commit is contained in:
parent
8e66ba315a
commit
67169e2a6a
12 changed files with 23 additions and 15 deletions
|
@ -6,6 +6,7 @@ import '../elements/emby-button/emby-button';
|
|||
import '../elements/emby-checkbox/emby-checkbox';
|
||||
import '../elements/emby-select/emby-select';
|
||||
import Dashboard from '../scripts/clientUtils';
|
||||
import { getParameterByName } from '../utils/url.ts';
|
||||
|
||||
function isM3uVariant(type) {
|
||||
return ['nextpvr'].indexOf(type || '') !== -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue