Phyks (Lucas Verney)
d8a7d4f66a
Full rework of webplayer. Webplayer is back to its previous working state, and ready for further improvements.
15 lines
343 B
JavaScript
15 lines
343 B
JavaScript
const messages = [
|
|
{
|
|
id: "app.grid.goToArtistPage",
|
|
defaultMessage: "Go to artist page",
|
|
description: "Artist thumbnail link title",
|
|
},
|
|
{
|
|
id: "app.grid.goToAlbumPage",
|
|
defaultMessage: "Go to album page",
|
|
description: "Album thumbnail link title",
|
|
},
|
|
];
|
|
|
|
export default messages;
|