From e1204b0b95f61cff95a25457913047dca03bd781 Mon Sep 17 00:00:00 2001 From: behnamrhp Date: Sun, 10 Dec 2023 23:04:22 +0300 Subject: [PATCH] Fix minor issues --- .github/workflows/deploy.yml | 2 +- app/components/station-player.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(