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

start pulling in EmbyTV

This commit is contained in:
Luke Pulverenti 2015-07-20 14:32:55 -04:00
parent adfc486508
commit 0e4e4da6c8
11 changed files with 31 additions and 199 deletions

View file

@ -479,12 +479,6 @@
var query = "id=" + item.Id;
var context = getParameterByName('context');
if (context) {
query += "&context=" + context;
}
return query;
};