diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 25aa9e0..6927083 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: - main - dev pull_request: - + - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/app/components/station-player.tsx b/app/components/station-player.tsx index 750f79b..9bd809f 100644 --- a/app/components/station-player.tsx +++ b/app/components/station-player.tsx @@ -25,7 +25,7 @@ export function StationPlayer({ station, nextPrevStationIds }: StationPlayerProp const module = await import('react-radio-player'); const RadioBottomBarPlayer = module.RadioBottomBarPlayer; setPlayer(