mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
😭😭😭
This commit is contained in:
@@ -35,7 +35,7 @@ struct GitHubHelper {
|
||||
func getEeveeContributorSections() async throws -> [EeveeContributorSection] {
|
||||
let (data, _) = try await URLSession.shared.data(
|
||||
from: URL(
|
||||
string: "https://raw.githubusercontent.com/whoeevee/EeveeSpotify/swift/repo.altsource.json"
|
||||
string: "https://raw.githubusercontent.com/whoeevee/EeveeSpotify/swift/contributors.json"
|
||||
)!
|
||||
)
|
||||
return try decoder.decode([EeveeContributorSection].self, from: data)
|
||||
|
||||
Reference in New Issue
Block a user