Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/3e5158ef9cda58ea2dd3be143f07aa5433691d79 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(plex): 🐛 Fixed not being able to enable watchlist requests in the Plex settings

pull/4786/head
tidusjar 3 years ago
parent 55855c5add
commit 3e5158ef9c

@ -5,7 +5,7 @@
<settings-plex-form-field [label]="'Enable'" [type]="'checkbox'" [id]="'enable'" [(value)]="settings.enable"></settings-plex-form-field>
<settings-plex-form-field [label]="'Enable User Watchlist Requests'" [type]="'checkbox'" [id]="'enable'" [(value)]="settings.enableWatchlistImport">
<settings-plex-form-field [label]="'Enable User Watchlist Requests'" [type]="'checkbox'" [id]="'enableWatchlistImport'" [(value)]="settings.enableWatchlistImport">
<small bottom>When a Plex User adds something to their watchlist in Plex, it will turn up in Ombi as a Request if enabled. This <b>only</b> applies to users that are logging in with their Plex Account
<br>Request limits if set are all still applied
</small>

Loading…
Cancel
Save