remove added path from video urls
This commit is contained in:
@@ -30,7 +30,7 @@ struct AudioQueue: Codable, Identifiable, Equatable {
|
||||
} else if audioURL == "long_beep" {
|
||||
return .finishBeep
|
||||
} else {
|
||||
if let url = URL(string: BaseURLs.currentBaseURL + "/media/" + audioURL) {
|
||||
if let url = URL(string: BaseURLs.currentBaseURL + audioURL) {
|
||||
return .remoteURL(url)
|
||||
} else {
|
||||
return .shortBeep
|
||||
|
||||
Reference in New Issue
Block a user