bastienwirtz / homer

A very simple static homepage for your server.
https://homer-demo.netlify.app/
Apache License 2.0
9.18k stars 778 forks source link

Unable to use the custom service for jellyfin #629

Open tomerh2001 opened 1 year ago

tomerh2001 commented 1 year ago

Describe the bug Modified my jellyfin item to as following:

      - name: "Jellyfin"
        subtitle: "Media Streaming/Management"
        logo: "assets/tools/jellyfin.png"
        url: "https://jellyfin.domain.com/"
        tag: "media"
        type: "emby"
        apikey: "x"
        libraryType: "Movies"

Then after refreshing, the jellyfin item dissapered and I got the following error in the chrome console:

dex.32f5632b.js:1 Error: Unknown variable dynamic import: ./services/emby.vue
    at index.32f5632b.js:126:17022
    at new Promise (<anonymous>)
    at kd (index.32f5632b.js:126:16928)
    at index.32f5632b.js:126:18675
    at y (index.32f5632b.js:1:19562)
    at setup (index.32f5632b.js:1:20253)
    at Tt (index.32f5632b.js:1:12652)
    at tu (index.32f5632b.js:1:46905)
    at eu (index.32f5632b.js:1:46690)
    at Fe (index.32f5632b.js:1:36356)

Screenshots image

Jellyfin used to be the first item in the media group.

crwallace2 commented 1 year ago

I believe the type variable is case sensitive, and should be Emby rather than emby. I just tested with my install and changing to lower case e gave me the same behaviour.