Skip to content

Commit

Permalink
Bugfix T316104: Media type was not correctly set for the default lang…
Browse files Browse the repository at this point in the history
…uage
  • Loading branch information
0x010C committed Apr 14, 2023
1 parent 31f4ea1 commit 3ddb883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/rw.store.record.js
Expand Up @@ -10,7 +10,7 @@
metadata: {
language: rw.store.config.data.savedLanguage,
license: rw.store.config.data.savedLicense,
media: 'audio',
media: rw.store.config.data.languages[ rw.store.config.data.savedLanguage ].mediaType === rw.store.config.data.items.mediaTypeVideo ? 'video' : 'audio',
speaker: {
gender: '',
languages: {},
Expand Down

0 comments on commit 3ddb883

Please sign in to comment.