Skip to content

Commit 3abee76

Browse files
committed
Remove dead radio feed
1 parent a584acb commit 3abee76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/routes/scanner-feeds/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ const ScannerFeeds: FunctionalComponent = () => {
2222
</Helmet>
2323
<h1>TORONTO FIRE SCANNER FEEDS</h1>
2424

25-
<p>These feeds provide a live stream of TFS radio traffic for South and East Commands.</p>
25+
<p>This feed provides a live stream of TFS radio traffic for South Command and the Automated Dispatch channel.</p>
2626

2727
<section>
28-
<h2>Toronto Fire East Command</h2>
29-
<iframe class={style.player} src={`https://api.broadcastify.com/embed/player/?key=61000615&feedId=20553&html5=1&stats=1&as=1&bg=${bg}&fg=${fg}`} frameBorder="0">Your browser does not support iFrames.</iframe>
30-
3128
<h2>Toronto Fire South Command and Automated Dispatch</h2>
3229
<iframe class={style.player} src={`https://api.broadcastify.com/embed/player/?key=61000615&feedId=3140&html5=1&stats=1&as=1&bg=${bg}&fg=${fg}`} frameBorder="0">Your browser does not support iFrames.</iframe>
3330
</section>

0 commit comments

Comments
 (0)