mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Allow to disable downloading REPACK/PROPER matches
This commit is contained in:
parent
b09e32ebc0
commit
d8054f9cb3
5 changed files with 33 additions and 2 deletions
|
@ -2833,9 +2833,23 @@
|
|||
<item>
|
||||
<widget class="QGroupBox" name="groupRSSSmartEpisodeFilter">
|
||||
<property name="title">
|
||||
<string>RSS Smart Episode Filters</string>
|
||||
<string>RSS Smart Episode Filter</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_31">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkSmartFilterDownloadRepacks">
|
||||
<property name="text">
|
||||
<string>Download REPACK/PROPER episodes</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="text">
|
||||
<string>Filters:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPlainTextEdit" name="textSmartEpisodeFilters"/>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue