mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Major update on cryptosystem, all passwords now obsolete..
This commit is contained in:
@@ -15,7 +15,6 @@ var Player = {
|
||||
}catch(e){
|
||||
state = null;
|
||||
}
|
||||
console.log(video_id);
|
||||
if((((!offline && (state != null || from_frontpage)) || (offline && (!(state != null) || from_frontpage))|| (!offline && (!(state != null) || from_frontpage)) || (offline && state == -1)) && !(offline && prev_chan_player == chan)) || (offline && video_id == undefined)){
|
||||
prev_chan_player = chan;
|
||||
from_frontpage = false;
|
||||
|
||||
Reference in New Issue
Block a user