mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update startup wizard
This commit is contained in:
parent
584ee68dc4
commit
b91250950f
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
var providerId = null;
|
||||
|
||||
if (config.LiveTvGuideProviderType.toLowerCase() == type.toLowerCase()) {
|
||||
if ((config.LiveTvGuideProviderType || '').toLowerCase() == type.toLowerCase()) {
|
||||
if (config.LiveTvGuideProviderId) {
|
||||
providerId = config.LiveTvGuideProviderId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue