d7f337f Pass in the plugins configured by the user for ScreenSaverService.kt as well
7b9139d Fix crash with not being able to fetch asset details if the user does not have the valid permissions Fix metadata showing on front of the control view Fix issue in AuthByPhoneFragment crashing when the view is detached before the QR flow is done
0284f16 Move the enabled plugins to the PreferenceManager so we can enable/disable plugins in the future based on user prefs
f333b69 Remove parceable mess and use viewmodel to pass configuration state to MediaSlider Bring FavoriteButtonControllerPlugin to Immich TV project itself because its a Immich feature, not a slider feature Clean up the controller Hide the overlay once the overlay controls are shown
a438850 Fully refactor the MediaSlider by adding Plugins. It should now be easier to add functionality to the slider without touching the class itself. Fix issue with excluding assets not paginating more assets
1e1bdb4 Merge pull request #194 from giejay/copilot/add-external-player-button
28cffad Add apiKey queryParam to make external video playing work
6c4a762 Add external player action to video controller
0f3ebca Merge origin/main into copilot/add-external-player-button
1786f2e Update mediaslider submodule with external player button changes