From d9f6951369f5615fd1f0633b19fdeb0f61f4a1af Mon Sep 17 00:00:00 2001
From: Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Date: Fri, 3 Mar 2023 15:16:06 +0100
Subject: [PATCH] Unbreak build straight from Git

---
 Aerial/Source/Models/API/APISecrets.swift | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Aerial/Source/Models/API/APISecrets.swift b/Aerial/Source/Models/API/APISecrets.swift
index d1db24bc..5a28b33c 100644
--- Aerial/Source/Models/API/APISecrets.swift
+++ Aerial/Source/Models/API/APISecrets.swift
@@ -13,6 +13,8 @@ import Foundation
 // and still let them be used for everyone in the officially distributed Aerial.
 
 struct APISecrets {
+    static let appleMusicToken = "all"
+    static let openWeatherAppId = "secrets"
     static let yahooAppId = "intentionally"
     static let yahooClientId = "left"
     static let yahooClientSecret = "empty!"
