mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fixed TGchat (#32705)
This commit is contained in:
@@ -607,7 +607,7 @@ $(function() {
|
||||
sendVolumeUpdate();
|
||||
internalOutput('<span class="internal boldnshit">Loaded music volume of: '+savedConfig.smusicVolume+'</span>', 'internal');
|
||||
} else {
|
||||
$('#adminMusic').prop('volume', opts.defaultMusicVolume);
|
||||
$('#adminMusic').prop('volume', opts.defaultMusicVolume / 100);
|
||||
}
|
||||
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user