changed music link to mixonomer
This commit is contained in:
parent
263117607b
commit
d5b619a66d
@ -58,7 +58,7 @@ struct ApiRequestDefaults {
|
|||||||
static let authMethod: AuthMethod = .basic
|
static let authMethod: AuthMethod = .basic
|
||||||
static var domain: String { get {
|
static var domain: String { get {
|
||||||
|
|
||||||
let default_url = "https://music.sarsoo.xyz/"
|
let default_url = "https://mixonomer.sarsoo.xyz/"
|
||||||
|
|
||||||
switch getenv("MTOOLS_SERVER") {
|
switch getenv("MTOOLS_SERVER") {
|
||||||
case .none:
|
case .none:
|
||||||
|
@ -18,7 +18,7 @@ struct SettingsList: View {
|
|||||||
List{
|
List{
|
||||||
Section {
|
Section {
|
||||||
Button(action: {
|
Button(action: {
|
||||||
if let url = URL(string: "https://music.sarsoo.xyz") {
|
if let url = URL(string: "https://mixonomer.sarsoo.xyz") {
|
||||||
UIApplication.shared.open(url)
|
UIApplication.shared.open(url)
|
||||||
}
|
}
|
||||||
}) {
|
}) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Mixonomer iOS
|
# Mixonomer iOS
|
||||||
|
|
||||||
iOS client for [Mixonomer](https://music.sarsoo.xyz) ([Source](https://github.com/sarsoo/Mixonomer)), using it to learn swift.
|
iOS client for [Mixonomer](https://mixonomer.sarsoo.xyz) ([Source](https://github.com/sarsoo/Mixonomer)), using it to learn swift.
|
||||||
|
|
||||||
Using SwiftUI for the main app UI. Hanging SwiftUI on a hosting controller for log in/register.
|
Using SwiftUI for the main app UI. Hanging SwiftUI on a hosting controller for log in/register.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user