1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

stub out xml tv class

This commit is contained in:
Luke Pulverenti 2015-07-24 17:44:25 -04:00
parent 256b44764f
commit 3226bd017c
4 changed files with 31 additions and 13 deletions

View file

@ -18,9 +18,7 @@
Logger.log('credentials initialized with: ' + json);
credentials = JSON.parse(json);
credentials.Servers = credentials.Servers || credentials.servers || [];
credentials.servers = null;
credentials.Servers = credentials.Servers || [];
}
}