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

add comment for init conversion into timeupdate

This commit is contained in:
vitorsemeano 2019-03-21 21:54:36 +00:00
parent e82bd8b744
commit ad5d9be566

View file

@ -105,8 +105,7 @@ define(['playbackManager', 'nowPlayingHelper', 'events', 'connectionManager'], f
return;
}
// dummy this up
if (eventName == 'init') {
if (eventName == 'init') { // transform "init" event into "timeupdate" to restraint update rate
eventName = 'timeupdate';
}