Skip to content

Commit

Permalink
Update my-prefetcharr.xml
Browse files Browse the repository at this point in the history
Fixed a description for REMAINING_EPISODES
  • Loading branch information
f0rc3d authored Nov 30, 2024
1 parent 4f1fd58 commit 220d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-prefetcharr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<Config Name="Logging Directory" Target="LOG_DIR" Default="/log" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">/log</Config>
<Config Name="Log level" Target="RUST_LOG" Default="prefetcharr=debug" Mode="" Description="Log level" Type="Variable" Display="always" Required="true" Mask="false">prefetcharr=debug</Config>
<Config Name="Polling Interval" Target="INTERVAL" Default="900" Mode="" Description="Polling interval in seconds" Type="Variable" Display="always" Required="true" Mask="false">900</Config>
<Config Name="Episodes Remaining Trigger" Target="REMAINING_EPISODES" Default="2" Mode="" Description="The last episodes trigger a search" Type="Variable" Display="always" Required="true" Mask="false">2</Config>
<Config Name="Episodes Remaining Trigger" Target="REMAINING_EPISODES" Default="2" Mode="" Description="The last X episodes trigger a search" Type="Variable" Display="always" Required="true" Mask="false">2</Config>
<Config Name="Log directory" Target="/log" Default="/mnt/user/appdata/prefetcharr/logs" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/prefetcharr/logs</Config>
</Container>

0 comments on commit 220d9a9

Please sign in to comment.