Fix minor issues

This commit is contained in:
behnamrhp 2023-12-10 23:04:22 +03:00
parent ba6ce54081
commit e1204b0b95
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- main
- dev
pull_request:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View File

@ -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}