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

add movie resolver fix

This commit is contained in:
Luke Pulverenti 2015-09-09 23:22:52 -04:00
parent c23547137d
commit 50dc5c4d1b
13 changed files with 398 additions and 25 deletions

View file

@ -130,7 +130,7 @@
var servers = credentialProvider.credentials().Servers;
return servers.filter(function () {
return servers.filter(function (s) {
return s.Id == id;