Skip to content

bugfix-mediabar - Fixes Playlist/Collections Sources Not Saving for Media Bar - #1089

Open
mattsigal wants to merge 1 commit into
Moonfin-Client:mainfrom
mattsigal:fix/media-bar-collections-types
Open

bugfix-mediabar - Fixes Playlist/Collections Sources Not Saving for Media Bar#1089
mattsigal wants to merge 1 commit into
Moonfin-Client:mainfrom
mattsigal:fix/media-bar-collections-types

Conversation

@mattsigal

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

Expands the item types fetched by the media bar collection selector to include BoxSet, Playlist, and CollectionFolder, preventing user playlists and collection folders from being pruned when configuring media bar sources.

Related Issues

Link related issues or tickets separated by commas.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • UI/UX update
  • Documentation update
  • Build/CI change
  • Other (describe):

Changes Made

List the key changes included in this PR.

  • Updated includeItemTypes in media_bar_settings_screen.dart from ['BoxSet'] to ['BoxSet', 'Playlist', 'CollectionFolder'].
  • Ensures user-configured playlists and collection folders in Jellyfin/Emby are recognized and preserved during collection selector load and save operations.

Platform

  • Android
  • iOS
  • tvOS
  • Web
  • macOS
  • Windows
  • Linux
  • All / Shared code

Testing

Describe how this change was tested.

  • Tested on emulator / simulator
  • Tested on physical device
  • Manual testing completed
  • Not tested (explain why):

Test Steps

  1. Opened Media Bar Settings screen.
  2. Verified collection selector loads BoxSet, Playlist, and CollectionFolder items.
  3. Verified selected playlists and collection folders are correctly saved and restored without being pruned out.

Screenshots (if applicable)

Include screenshots or recordings for UI changes.

Checklist

  • Code builds successfully
  • Code follows project style and conventions
  • No unnecessary commented-out code
  • No new warnings introduced

…list, and CollectionFolder

- Fixes Moonfin-Client#1087 by including BoxSet, Playlist, and CollectionFolder item types when fetching collections in the media bar collection picker.
- Prevents user-configured playlists and collection folders from being pruned out during selector initialization and save.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI] Media bar not saving source collections selection

1 participant