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

#174 - Fanart - missing images

This commit is contained in:
Luke Pulverenti 2013-05-12 18:57:51 -04:00
parent 441ca7c38f
commit 32df358977
4 changed files with 19 additions and 1 deletions

View file

@ -95,6 +95,10 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
return name;
}());
self.deviceId = function () {
return deviceId;
};
self.encodeName = function (name) {
name = name.split('/').join('-');