BobHasNoSoul / jellyfin-mods

This is just a guide for various modifications and dumping ground for jellyfin mods so i dont have to make a new jftool for every platform and revision
307 stars 16 forks source link

Force backdrops for all users for new stable 10.8 ! #10

Closed VigibotDev closed 1 month ago

VigibotDev commented 2 years ago

Hello,

On the new 10.8.0 stable, I get this on the original package file:

,enableBackdrops:function(){return x}

I replaced with

,enableBackdrops:function(){return _}

And it work ! Trick is just inverted, can you explain this ? :D

Xiphan commented 2 years ago

Thanks for the fix. Any idea what the new return is for enableThemeSongs:function(){return k}?

LeviSnoot commented 1 year ago

Should be fixed with #11.

LeviSnoot commented 1 year ago

Thanks for the fix. Any idea what the new return is for enableThemeSongs:function(){return k}?

@Xiphan I believe I've fixed this, can you test and let me know if it worked?

Xiphan commented 1 year ago

@Xiphan I believe I've fixed this, can you test and let me know if it worked?

Yes, it's working now! Thank you.