mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Allows MP3 files to be uploaded to the TGchat player - renames play internet sound (#28575)
* first commit * review * review again * renames adds alert * updates alert --------- Co-authored-by: Bmon <no@email.com>
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
/datum/tgui_panel/proc/play_music(url, extra_data)
|
||||
if(!is_ready())
|
||||
return
|
||||
if(!findtext(url, GLOB.is_http_protocol))
|
||||
return
|
||||
var/list/payload = list()
|
||||
if(length(extra_data) > 0)
|
||||
for(var/key in extra_data)
|
||||
|
||||
Reference in New Issue
Block a user