Not that guy

Results 2 comments of Not that guy

Can you please share your rclone vfs flags?

I temporarily add this to my [local.py](https://github.com/rivenmedia/riven/blob/main/src/program/updaters/local.py). ``` def refresh_jellyfin_library(self): url = "http://jellyfin:8096" token = "" curl_command = [ "curl", "-X", "POST", f"{url}/Library/Refresh", "-H", "Content-Type: application/json", "-H", f"Authorization: MediaBrowser Token=\"{token}\"",...