We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1dbf0 commit a833821Copy full SHA for a833821
source/views/streaming/radio.js
@@ -22,7 +22,7 @@ import {TabBarIcon} from '../components/tabbar-icon'
22
const kstoStream = 'https://cdn.stobcm.com/radio/ksto1.stream/master.m3u8'
23
const image = require('../../../images/streaming/ksto/ksto-logo.png')
24
25
-type Viewport = {width: number, height: number, }
+type Viewport = {width: number, height: number}
26
27
type HtmlAudioError = {code: number, message: string}
28
0 commit comments