diff --git a/ios/JellyfinAudioPlayer/AppDelegate.m b/ios/JellyfinAudioPlayer/AppDelegate.m index 3511274..197a1aa 100644 --- a/ios/JellyfinAudioPlayer/AppDelegate.m +++ b/ios/JellyfinAudioPlayer/AppDelegate.m @@ -60,9 +60,4 @@ static void InitializeFlipper(UIApplication *application) { #endif } -- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler -{ - [RNFSManager setCompletionHandlerForIdentifier:identifier completionHandler:completionHandler]; -} - @end