Jellyfin Forum
Enable Backdrops Globally - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Enable Backdrops Globally (/t-enable-backdrops-globally)



Enable Backdrops Globally - Ammer Ashraf Emon - 2024-11-03

I love the backdrop feature in Jellyfin. But, is there any way to enable backdrops by default for all users? enableBackdrops:function(){return E} this used to work in v10.9 but after 10.10 this solution no longer works. If anyone knows of any workaround, it would be really helpful.
I really appreciate any help you can provide.


RE: Enable Backdrops Globally - Ted Hinklater - 2024-11-03

I changed enableBackdrops:function(){return L} to enableBackdrops:function(){return E} and it worked on 10.10.0 (about to update though)

Edit: It works with 10.10.1, it's now change {return R} to {return E} but it works


RE: Enable Backdrops Globally - Ammer Ashraf Emon - 2024-11-04

I was replacing _ With E in my script, so it did not work. Thank you very much.