Fix context

pull/5250/head
Chocobozzz 2022-09-09 11:33:06 +02:00
parent c360e6cc1a
commit 8409160821
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 1 deletions

View File

@ -127,7 +127,14 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string
playlists: { playlists: {
'@id': 'pt:playlists', '@id': 'pt:playlists',
'@type': '@id' '@type': '@id'
} },
support: {
'@type': 'sc:Text',
'@id': 'pt:support'
},
// TODO: remove in a few versions, introduced in 4.2
icons: 'as:icon'
}), }),
WatchAction: buildContext({ WatchAction: buildContext({