Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card not working properly on companion app #189

Open
mcvicthor opened this issue Oct 30, 2022 · 0 comments
Open

Card not working properly on companion app #189

mcvicthor opened this issue Oct 30, 2022 · 0 comments

Comments

@mcvicthor
Copy link

mcvicthor commented Oct 30, 2022

Card does not seem to work well in the companion app if the card is anything else but in panel mode single card. If put in a vertical stack it will stop showing current playing song and playlist, controls will fail calling the service (tapping on a playlist will continue starting the player).

In browser it works fine in any setup.

what works:

  - theme: Backend-selected
    title: Spotify
    path: spotify
    type: panel
    layout: {}
    badges: []
    cards:
      - type: custom:spotify-card
        limit: 20
        hide_top_header: true
        always_play_random_song: true

what does not work properly in the companion app:

  - theme: Backend-selected
    title: Spotify
    path: spotify
    type: panel
    layout: {}
    badges: []
    cards:
      - type: custom:stack-in-card
        mode: vertical
        cards:
          - type: custom:spotify-card
            limit: 20
            hide_top_header: true
            always_play_random_song: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant