mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added default padding settings
This commit is contained in:
parent
66df4658eb
commit
dbf4cb3d23
25 changed files with 102 additions and 122 deletions
|
@ -360,7 +360,7 @@
|
|||
switch (providerId) {
|
||||
|
||||
case 'm3u':
|
||||
return 'M3U';
|
||||
return 'M3U Playlist';
|
||||
case 'hdhomerun':
|
||||
return 'HDHomerun';
|
||||
default:
|
||||
|
@ -436,7 +436,7 @@
|
|||
});
|
||||
|
||||
menuItems.push({
|
||||
name: 'M3U',
|
||||
name: getTunerName('m3u'),
|
||||
id: 'm3u'
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue