mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
feat: better logs
- added ability to write debug logs for development builds - added filtering to log page - modified filter button to allow for multiple selection if required
This commit is contained in:
@@ -290,9 +290,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({
|
||||
api
|
||||
?.delete(`/Streamyfin/device/${deviceId}`)
|
||||
.then((r) => writeInfoLog("Deleted expo push token for device"))
|
||||
.catch((e) =>
|
||||
writeErrorLog(`Failed to delete expo push token for device`),
|
||||
);
|
||||
.catch((e) => writeErrorLog("Failed to delete expo push token for device"));
|
||||
|
||||
storage.delete("token");
|
||||
setUser(null);
|
||||
|
||||
Reference in New Issue
Block a user