diff --git a/src/Controls.astro b/src/Controls.astro index d1083c0..33620f5 100644 --- a/src/Controls.astro +++ b/src/Controls.astro @@ -6,8 +6,11 @@ const { SeekColor = '#ff274d' } = Astro.props +// Functions +import HLS from './Features/HLS.astro' + // Icons and Styles -import './Iconoir.css' +import './Styles/Iconoir.css' ---
@@ -49,6 +52,7 @@ import './Iconoir.css'
{Live ? + Live : null @@ -59,34 +63,4 @@ import './Iconoir.css'
- - - - - -{Live ? - - : - null -} \ No newline at end of file + \ No newline at end of file diff --git a/src/Features/HLS.astro b/src/Features/HLS.astro new file mode 100644 index 0000000..a6fc76d --- /dev/null +++ b/src/Features/HLS.astro @@ -0,0 +1,21 @@ + \ No newline at end of file