mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update search
This commit is contained in:
parent
11aebfd219
commit
6b85af3c7e
16 changed files with 474 additions and 482 deletions
|
@ -304,7 +304,7 @@
|
|||
|
||||
html += '<paper-item-body two-line>';
|
||||
|
||||
html += '<a class="clearLink" href="' + getProviderConfigurationUrl(provider.Type) + '?id=' + provider.Id + '">';
|
||||
html += '<a class="clearLink" href="' + getProviderConfigurationUrl(provider.Type) + '&id=' + provider.Id + '">';
|
||||
|
||||
html += '<div>';
|
||||
html += getProviderName(provider.Type);
|
||||
|
@ -390,9 +390,9 @@
|
|||
switch (providerId) {
|
||||
|
||||
case 'schedulesdirect':
|
||||
return 'livetvguideprovider-scd.html';
|
||||
return 'livetvguideprovider.html?type=schedulesdirect';
|
||||
case 'emby':
|
||||
return 'livetvguideprovider.html';
|
||||
return 'livetvguideprovider.html?type=emby';
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue