mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove log message
This commit is contained in:
parent
7cfa21451a
commit
3443ccc310
1 changed files with 1 additions and 1 deletions
|
@ -1599,7 +1599,7 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
|
||||||
};
|
};
|
||||||
|
|
||||||
info = Object.assign(info, state.PlayState);
|
info = Object.assign(info, state.PlayState);
|
||||||
console.log('repeat mode ' + info.RepeatMode);
|
//console.log(JSON.stringify(info));
|
||||||
ApiClient.reportPlaybackProgress(info);
|
ApiClient.reportPlaybackProgress(info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue