Merge pull request #3205 from Bnyro/master

Fix crash when restoring legacy backup
This commit is contained in:
Bnyro 2023-02-27 18:49:21 +01:00 committed by GitHub
commit 3349f1b2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ object PreferenceKeys {
const val LAST_STREAM_VIDEO_ID = "last_stream_video_id"
const val LAST_WATCHED_FEED_TIME = "last_watched_feed_time"
const val HIDE_WATCHED_FROM_FEED = "hide_watched_from_feed"
const val SELECTED_FEED_FILTER = "selected_filer_feed"
const val SELECTED_FEED_FILTER = "filer_feed"
const val FEED_SORT_ORDER = "sort_oder_feed"
/**