mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Allow to disable downloading REPACK/PROPER matches
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
b09e32ebc0
commit
d8054f9cb3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user