A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix linting error

+2 -2
+2 -2
src/Javascript/Workers/service.js
··· 55 55 const isInternal = 56 56 !!event.request.url.match(new RegExp("^" + self.location.origin)) 57 57 58 - const isOffline = 59 - !self.navigator.onLine 58 + // const isOffline = 59 + // !self.navigator.onLine 60 60 61 61 // When doing a request with basic authentication in the url, put it in the headers instead 62 62 if (event.request.url.includes("service_worker_authentication=")) {