mirror of
https://github.com/mue/mue.git
synced 2026-07-02 20:53:17 +02:00
oops
This commit is contained in:
@@ -70,7 +70,7 @@ export default class Background extends React.PureComponent {
|
||||
data = await fetch(requestURL);
|
||||
data = await data.json();
|
||||
|
||||
if (data.statusCode === 429) return this.doOffline(); // If we hit the ratelimit, we fallback to local quotes
|
||||
if (data.statusCode === 429) return this.doOffline(); // If we hit the ratelimit, we fallback to local images
|
||||
|
||||
document.getElementById('backgroundImage').setAttribute(
|
||||
'style', `-webkit-filter:blur(${localStorage.getItem('blur')}px); background-image: url(${data.file})`
|
||||
|
||||
Reference in New Issue
Block a user