mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Trying fix for vote/add on mobile-client
This commit is contained in:
@@ -192,6 +192,7 @@ function addPlaylist(arr, guid, offline, socket) {
|
||||
if(!this_element.hasOwnProperty("end")) this_element.end = this_element.duration;
|
||||
this_element.start = parseInt(this_element.start);
|
||||
this_element.end = parseInt(this_element.end);
|
||||
this_element.type = "video";
|
||||
this_element.duration = parseInt(this_element.duration);
|
||||
if(this_element.start > this_element.end) {
|
||||
this_element.start = 0;
|
||||
|
||||
Reference in New Issue
Block a user