Assets: Convert to ogg
- Uses oggmented library to add ogg support to iOS - Adds support for ogg songs on the server, configurable per song on the admin page - Lets iOS users upload custom songs with gdrive when enabled - Tweaked colour picker on account page to respond faster - Fixed not being able to restart osu songs
This commit is contained in:
@@ -138,13 +138,9 @@ class SongSelect{
|
||||
|
||||
var showCustom = false
|
||||
if(gameConfig.google_credentials.gdrive_enabled){
|
||||
if(!(/iPhone|iPad/.test(navigator.userAgent))){
|
||||
showCustom = true
|
||||
}
|
||||
}else{
|
||||
if("webkitdirectory" in HTMLInputElement.prototype && !(/Android|iPhone|iPad/.test(navigator.userAgent))){
|
||||
showCustom = true
|
||||
}
|
||||
showCustom = true
|
||||
}else if("webkitdirectory" in HTMLInputElement.prototype && !(/Android|iPhone|iPad/.test(navigator.userAgent))){
|
||||
showCustom = true
|
||||
}
|
||||
if(showCustom){
|
||||
this.songs.push({
|
||||
|
||||
Reference in New Issue
Block a user