Merge pull request #9747 from Jared234/9126_remove_partially_watched_from_feed

Added option to remove partially watched videos from the 'Whats new' feed
This commit is contained in:
Stypox 2023-02-28 19:10:11 +01:00 committed by GitHub
commit 2e3490bce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 102 additions and 94 deletions

View file

@ -284,7 +284,8 @@
<string name="feed_update_threshold_key">feed_update_threshold_key</string>
<string name="feed_update_threshold_default_value">300</string>
<string name="feed_show_played_items_key">feed_show_played_items</string>
<string name="feed_show_watched_items_key">feed_show_played_items</string>
<string name="feed_show_partially_watched_items_key">feed_show_partially_watched_items</string>
<string name="feed_show_future_items_key">feed_show_future_items</string>
<string name="show_thumbnail_key">show_thumbnail_key</string>