Add aria-title attribute to video player. For #1826

This commit is contained in:
Gabe Kangas
2023-01-23 19:28:32 -08:00
parent 308aea9f59
commit 24f6bb1ea5
4 changed files with 15 additions and 6 deletions

View File

@@ -34,4 +34,5 @@ export const LiveDemo = Template.bind({});
LiveDemo.args = {
online: true,
source: 'https://watch.owncast.online/hls/stream.m3u8',
title: 'Stream title',
};