mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
key m3u based on tvgid
This commit is contained in:
parent
7f6fe0d708
commit
52e8f36d41
3 changed files with 8 additions and 2 deletions
|
@ -23,7 +23,8 @@
|
|||
|
||||
var info = {
|
||||
Type: 'm3u',
|
||||
Url: page.querySelector('.txtDevicePath').value
|
||||
Url: page.querySelector('.txtDevicePath').value,
|
||||
EnableTvgId: true
|
||||
};
|
||||
|
||||
var id = getParameterByName('id');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue