Dax
Dax
> Does this option work for you? > >  > > Should be right beside the encode progress bar. Hi, yes that works except it doesn't remember it when...
If you are using docker-compose.yml you can try adding this into the homarr block: `command: 'yarn config set "strict-ssl" false -g'` ``` services: homarr: command: 'yarn config set "strict-ssl" false...
> > > So you're saying accessing a mounted icon doesn't work automatically ? > > > > > > yes! It returns 404. Using the wiki's docker-compose template. I...
+1 Here as well, would love to share my page with friends via reverse proxy but not have the whole internet have access to my library.
A temporary fix for this is to edit plex_debrid\content\classes.py: (As of v2.9.5, around line 1366) ``` # If there is more than one episode if len(self.Episodes) > 2: ``` Change...