diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-10-30 00:50:30 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-10-30 00:50:30 +0200 |
commit | 042e22c487b6c9360b4234f0b7b3186971a58c8b (patch) | |
tree | fb41ef0896ecd4ae1d7f63f572580edc38d9bc26 /client/js/radio_emulator.js | |
parent | e0f9e3370b709c60b0c0591ee0c18a5eb16abd33 (diff) | |
download | arching-kaos-radio-042e22c487b6c9360b4234f0b7b3186971a58c8b.tar.gz arching-kaos-radio-042e22c487b6c9360b4234f0b7b3186971a58c8b.tar.bz2 arching-kaos-radio-042e22c487b6c9360b4234f0b7b3186971a58c8b.zip |
Making Libre JS happy, but right this timeHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'client/js/radio_emulator.js')
-rw-r--r-- | client/js/radio_emulator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/radio_emulator.js b/client/js/radio_emulator.js index f733cb8..40c7b89 100644 --- a/client/js/radio_emulator.js +++ b/client/js/radio_emulator.js @@ -3,7 +3,6 @@ // Kaotisk Hund - 2024 // // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 -// @license-end // // A simple co-mechanism to pretend playing a live radio as it would happen for // a radio station that mostly plays prerecoded shows. @@ -342,3 +341,4 @@ function hashCallback(json, params) FetchJSON(`${listRequest}`, hashCallback, [ new Date().getTime() ]); +// @license-end |