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
|
- main
|
||||||
- dev
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
|
- main
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
@ -25,7 +25,7 @@ export function StationPlayer({ station, nextPrevStationIds }: StationPlayerProp
|
|||||||
const module = await import('react-radio-player');
|
const module = await import('react-radio-player');
|
||||||
const RadioBottomBarPlayer = module.RadioBottomBarPlayer;
|
const RadioBottomBarPlayer = module.RadioBottomBarPlayer;
|
||||||
setPlayer(<RadioBottomBarPlayer
|
setPlayer(<RadioBottomBarPlayer
|
||||||
streamUrl={"http://91.223.70.109:8000/radio.mp3"}
|
streamUrl={station.streamUrl}
|
||||||
title={station.name}
|
title={station.name}
|
||||||
description={station.description || undefined}
|
description={station.description || undefined}
|
||||||
image={station.imgUrl}
|
image={station.imgUrl}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user