Allow to disable downloading REPACK/PROPER matches

This commit is contained in:
Stephen Dawkins 2018-09-23 20:31:01 +01:00 committed by Vladimir Golovnev (Glassez)
parent b09e32ebc0
commit d8054f9cb3
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
5 changed files with 33 additions and 2 deletions

View file

@ -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>