Problem:
._prefs isn't available anymore and is therefore returning "undefined".
Solution:
"crossfadeEnabled" in the "fetchFadeTime" function has been set to false.
I haven't discovered a new way, to fetch the crossfade bool and timing, therefore false for now.
"zoomLevel" in the "controlDimensions" function is now using a browser-native property (devicePixelRatio) instead of Spicetify's API.
Commented out every conflicting element that contains ._prefs for future referencing.
It should fix the problem Hazy is currently facing.
The issue is described in issue: #108
Problem: ._prefs isn't available anymore and is therefore returning "undefined".
Solution:
It should fix the problem Hazy is currently facing.