updated analytics + LastFM Api Key

This commit is contained in:
Samidy 2025-12-23 21:01:52 -08:00 committed by GitHub
parent c9d3005970
commit acef04366d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -459,7 +459,7 @@
</div>
</footer>
</div>
<script defer data-domain="monochrome.tf" src="https://plausible.canine.tools/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js"></script>
<script defer data-domain="monochrome.samidy.com" src="https://plausible.canine.tools/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<script type="module" src="js/app.js"></script>

View file

@ -3,8 +3,8 @@ import { delay } from './utils.js';
export class LastFMScrobbler {
constructor() {
this.API_KEY = '0fc32c426d943d34a662977b31b98b67';
this.API_SECRET = '53acf2466be726db021e7fdfd0ad1084';
this.API_KEY = '0ecf01914957b40c17030db822845a76';
this.API_SECRET = 'bd37e61e0b16b8c7bf8de2862de5493c';
this.API_URL = 'https://ws.audioscrobbler.com/2.0/';
this.sessionKey = null;