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

add comments

This commit is contained in:
Luke Pulverenti 2016-01-19 20:10:46 -05:00
parent c144fe57d4
commit 4b6e0fa3cb
2 changed files with 5 additions and 0 deletions

View file

@ -1028,6 +1028,8 @@
}
MediaController.init = function () {
console.log('Beginning MediaController.init');
if (window.ApiClient) {
initializeApiClient(window.ApiClient);
}