From 2318ca194d65a80673fbeb28487c1b0afc12d845 Mon Sep 17 00:00:00 2001 From: eevee Date: Tue, 30 Apr 2024 03:02:13 +0300 Subject: [PATCH] fix spotify clips --- Sources/EeveeSpotify/HookedInstances.x.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/EeveeSpotify/HookedInstances.x.swift b/Sources/EeveeSpotify/HookedInstances.x.swift index 5238004..cc7d65b 100644 --- a/Sources/EeveeSpotify/HookedInstances.x.swift +++ b/Sources/EeveeSpotify/HookedInstances.x.swift @@ -8,7 +8,7 @@ class SPTCoreProductStateInstanceHook: ClassHook { static let targetName = "SPTCoreProductState" - func stringForKey(_ key: String) -> String { + func stringForKey(_ key: String) -> NSString { HookedInstances.productState = Dynamic.convert( target,