changed music link to mixonomer

This commit is contained in:
andy 2022-08-07 19:34:14 +01:00
parent 263117607b
commit d5b619a66d
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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)
} }
}) { }) {

View File

@ -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.