mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Remove jukebox debug
This commit is contained in:
@@ -214,7 +214,7 @@ var/global/loopModeNames=list(
|
||||
/obj/machinery/media/jukebox/process()
|
||||
if(!playlist)
|
||||
var/url="[config.media_base_url]/index.php?playlist=[playlist_id]"
|
||||
testing("[src] - Updating playlist from [url]...")
|
||||
//testing("[src] - Updating playlist from [url]...")
|
||||
var/response = world.Export(url)
|
||||
playlist=list()
|
||||
if(response)
|
||||
@@ -240,7 +240,7 @@ var/global/loopModeNames=list(
|
||||
playing=1
|
||||
autoplay=0
|
||||
else
|
||||
testing("[src] failed to update playlist: Response null.")
|
||||
//testing("[src] failed to update playlist: Response null.")
|
||||
stat &= BROKEN
|
||||
update_icon()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user