Workaround for broken librespot spotify api integration
All checks were successful
Check Flake / check-flake (push) Successful in 4m49s
All checks were successful
Check Flake / check-flake (push) Successful in 4m49s
This commit is contained in:
parent
f248c129c8
commit
dd4a5729d4
@ -148,4 +148,9 @@
|
|||||||
"spotify"
|
"spotify"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
networking.hosts = {
|
||||||
|
# Workaround for broken spotify api integration
|
||||||
|
# https://github.com/librespot-org/librespot/issues/1527#issuecomment-3167094158
|
||||||
|
"0.0.0.0" = [ "apresolve.spotify.com" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user