Skip to content

Commit

Permalink
fix(config): update verbage in config descriptions
Browse files Browse the repository at this point in the history
fix(config): update verbage in config descriptions

Co-Authored-By: Michael Goodnow <[email protected]>
  • Loading branch information
zakkarry and mmgoodnow committed Sep 25, 2023
1 parent 8c3f6fc commit 35cd8b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/config.template.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,20 @@ module.exports = {
* To search for only single episodes, but exclude season pack episodes (data-based)
* use (includeEpisodes: false, includeSingleEpisodes: true, includeNonVideos: true)
*
* Whether to search for all episode torrents (Overrides includeSingleEpisodes)
* Whether to search for all episode torrents, including those from season packs. This option overrides includeSingleEpisodes.
*/
includeEpisodes: false,

/**
* Whether to search only for single episodes (not from season packs)
* Search for single episodes (not from season packs)
* during data based searches.
*/
includeSingleEpisodes: false,

/**
* Include torrents which contain non-video files
* This option does not override includeEpisodes or
* includeSeasonPackEpisodes.
* includeSingleEpisodes.
*/
includeNonVideos: false,

Expand Down
4 changes: 2 additions & 2 deletions src/config.template.docker.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ module.exports = {
* To search for only single episodes, but exclude season pack episodes (data-based)
* use (includeEpisodes: false, includeSingleEpisodes: true, includeNonVideos: true)
*
* Whether to search for all episode torrents (Overrides includeSingleEpisodes)
* Whether to search for all episode torrents, including those from season packs. This option overrides includeSingleEpisodes.
*/
includeEpisodes: false,

/**
* Whether to search only for single episodes (not from season packs)
* Search for single episodes (not from season packs)
* during data based searches.
*/
includeSingleEpisodes: false,
Expand Down

0 comments on commit 35cd8b2

Please sign in to comment.