Last active
March 31, 2020 11:49
-
-
Save gotbahn/b84deca8f8fa801fa4fcaa837766cf03 to your computer and use it in GitHub Desktop.
Media Session. Meta Information. Text fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.navigator.mediaSession.metadata = new window.MediaMetadata({ | |
| title: 'FIS Ski Weltcup Abfahrt der Herren Kvitfjell', | |
| artist: 'Das Rennen', | |
| album: 'ORF1 HD', | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment