mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve script error
This commit is contained in:
parent
0c777071dd
commit
4a4adfbab9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ window.WebComponents = window.WebComponents || {};
|
|||
}
|
||||
}
|
||||
}
|
||||
if (flags.log) {
|
||||
if (flags.log && flags.log.split) {
|
||||
var parts = flags.log.split(",");
|
||||
flags.log = {};
|
||||
parts.forEach(function(f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue