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

Extra Space in the code #1

Closed dab2020 closed 3 years ago

dab2020 commented 3 years ago

In the first part of Jellyfin-mods, for the force backdrops you seem to accidently have added a space Like: enableBackdrops:function() {return _} where it should be enableBackdrops:function(){return _} same for what to replace with It is enableBackdrops:function() {return x} while is should be enableBackdrops:function(){return x}

BobHasNoSoul commented 3 years ago

thanks for bringing this to my attention, you are absolutely right im not quite sure how i put an extra space in there (even my main bundle js on my server hasn't got one..) i have rectified this as reflected in the readme.. thank you again.