diff --git a/public/index.html b/public/index.html index 7374805..a700eb5 100644 --- a/public/index.html +++ b/public/index.html @@ -257,7 +257,24 @@

Favorites

-

Link Analyzer

+

Link Analyzer

+

{{ title }}

+

{{ subtitle }}

+ + + + + + + + + + + +
ISRC{{ data.isrc }}
UPC{{ data.upc }}
Duration{{ convertDuration(data.duration) }}
Disk Number{{ data.disk_number }}
Track Number{{ data.track_position }}
Release Date{{ data.release_date }}
BPM{{ data.bpm }}
Label{{ data.label }}
Record Type{{ data.record_type }}
Genres{{ data.genres.data.map(x => x.name).join("; ") }}
+
+

{{ country[0] }} - {{ country[1] }}

+