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

Fix variable reference

This commit is contained in:
Dmitry Lyzo 2020-02-25 21:27:17 +03:00
parent b3da19a596
commit 911017a5df

View file

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