-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using any Filter in Playlists screen activates all "Features" filters permanently and irreversibly #2744
Comments
I'm seeing the same behavior when I'M trying to view one of my movie library. The row at the bottom stays selected and there is no way to unselected them. The same happens on the android app. opensuse tumbleweed |
Myself and the iOS app maintainer aren't seeing this at the moment. I don't have normally have playlists so I created two (one of some music, another of some movies), and I can add filters with no issue. When I come back to the playlists screen, I see the little exclamation mark icon warning me that a filter is in place. I can navigate out to another screen, come back to playlists, and see that the filter is still present. I can tap on filters again, unselect the filters I applied, and it's back to normal. Testing on iOS 14.6 with the release version of Jellyfin Mobile, with 10.7.6 running on Debian (Buster). |
I checked in the devtools on Firefox (macOS), and the filter keys are all set to |
So, I opened Playlists then Filter, selected "Unplayed", then went back to Playlists. Again, all the filters under "Features" were activated and the following entries were added to Local Storage (Firefox 89.0.2 macOS): Deleting all the entries with value |
Hmm is this block related to this issue? jellyfin-web/src/controllers/list.js Lines 1034 to 1040 in 5c09077
|
I was also affected by the usersettings HTTP 500 bug #2507. After deleting all of Jellyfin's data and settings (which I'd sooner not have to do again…), both that problem and this one have disappeared. So, it appears that this issue is also related to the user data oopsie causing login and settings to be unavailable to admin users. Should I close this issue, seeing as it seems to share an underlying cause with others, or leave it open? |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
Describe The Bug
Using Filter on the Playlists screen leaves all "Features" filters permanently active/checked, severely breaking Playlists.
Steps To Reproduce
Expected Behavior
Only filters I select are active and filters I deselect are not active
System (please complete the following information):
Additional Context
The only way to reset the filters in the iOS app is to delete it and re-install. Deleting the server from the app configuration does not delete the associated settings for some reason.
The text was updated successfully, but these errors were encountered: