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

Undo some changes

This commit is contained in:
Tim Hobbs 2014-04-07 12:12:16 -07:00
parent a84e40f79e
commit b7e743b6a4
3 changed files with 15 additions and 14 deletions

View file

@ -643,8 +643,9 @@
this.castPlayerState = PLAYER_STATE.LOADING;
this.session.loadMedia(request,
this.onMediaDiscovered.bind(this, 'loadMedia'),
this.onLoadMediaError.bind(this));
this.onMediaDiscovered.bind(this, 'loadMedia'),
this.onLoadMediaError.bind(this)
);
};
/**