From 4f5ead46ed3cbb6bdb352fb30b2adbc6b79911fc Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 8 Apr 2018 21:42:49 -0700 Subject: [PATCH] Make the linter happy --- js/config.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/js/config.js b/js/config.js index 07f794f4..2619c755 100644 --- a/js/config.js +++ b/js/config.js @@ -1,11 +1,7 @@ import skin from "../skins/base-2.91-png.wsz"; +// eslint-disable-next-line no-unused-vars import llamaAudio from "../mp3/llama-2.91.mp3"; -// This seems to include the `accept-ranges` header, which GitHub Pages does not, and -// Safari on iOS requires. -llamaAudio = - "https://raw.githubusercontent.com/captbaritone/winamp2-js/master/mp3/llama-2.91.mp3"; - /* global SENTRY_DSN */ const { hash } = window.location; @@ -28,7 +24,10 @@ export const skinUrl = config.skinUrl === undefined ? skin : config.skinUrl; export const initialTracks = config.initialTracks || [ { metaData: { artist: "DJ Mike Llama", title: "Llama Whippin' Intro" }, - url: llamaAudio, + // This seems to include the `accept-ranges` header, which GitHub Pages does not, and + // Safari on iOS requires. + url: + "https://raw.githubusercontent.com/captbaritone/winamp2-js/master/mp3/llama-2.91.mp3", duration: 5.322286 }, {