PythonCoderAS
PythonCoderAS
Is there a way I can prune my existing entries (or even turn off local manga entirely)?
I turned it off, grabbed my local export file and it was ~100 KB
Ah, makes sense. I tried importing a blank file and that didn't clear it.
Hi, I can't actually clear the local storage fallback, I tried turning it off but I'm still getting the annoying popup.
To delete all local entries, I manually went into the console of the service worker and executed this one-liner: ```js const keys = await chrome.storage.sync.getKeys(); await chrome.storage.sync.remove(keys.filter(key => key.includes("local://Mangadex/manga/"))) ```...
I got the same error but I wasn’t even playing back anything --- client: Jellyfin for Android TV client_version: 0.17.8 client_repository: https://github.com/jellyfin/jellyfin-androidtv type: crash_report format: markdown --- ### Logs ***Stack...
Maybe his client is sending false information? Also that's the **uploaded** amount? He's seeded 12 gigabytes???
Oh so that's how the peer system works, I thought it was showing how much everyone downloading/seeding a torrent has done.
You can also take the manifest URL and plop it into yt-dlp.
Having the same issue on MacOS 15.6.1 and Orbstack 2.0.3. Edit: `127.0.0.1` seems to work, `localhost` and `[::1]` does not.