mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-04 11:32:50 +01:00
wip
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import { Platform } from "react-native";
|
||||
const BackgroundFetch = !Platform.isTV
|
||||
? require("expo-background-fetch")
|
||||
: null;
|
||||
const BackgroundFetch = require("expo-background-fetch");
|
||||
|
||||
export const BACKGROUND_FETCH_TASK = "background-fetch";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user