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

Merge pull request #854 from dmitrylyzo/fix-1

Fix variable reference
This commit is contained in:
Joshua M. Boniface 2020-02-25 14:25:36 -05:00 committed by GitHub
commit c4c3078e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,7 +662,7 @@ define(['require', 'datetime', 'itemHelper', 'events', 'browser', 'imageLoader',
function onStateChanged(event, state) { function onStateChanged(event, state) {
console.debug('nowplaying event: ' + e.type); console.debug('nowplaying event: ' + event.type);
var player = this; var player = this;
if (!state.NowPlayingItem || layoutManager.tv) { if (!state.NowPlayingItem || layoutManager.tv) {