Fix minor issues
This commit is contained in:
parent
ba6ce54081
commit
e1204b0b95
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
|
||||
- main
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
@ -25,7 +25,7 @@ export function StationPlayer({ station, nextPrevStationIds }: StationPlayerProp
|
||||
const module = await import('react-radio-player');
|
||||
const RadioBottomBarPlayer = module.RadioBottomBarPlayer;
|
||||
setPlayer(<RadioBottomBarPlayer
|
||||
streamUrl={"http://91.223.70.109:8000/radio.mp3"}
|
||||
streamUrl={station.streamUrl}
|
||||
title={station.name}
|
||||
description={station.description || undefined}
|
||||
image={station.imgUrl}
|
||||
|
Loading…
x
Reference in New Issue
Block a user