arabcoders / watchstate

Self-hosted service to sync your plex, jellyfin and emby play state. without relying on 3rd-party external services.
MIT License
481 stars 9 forks source link

Fixed container startup due to non-spec compliant env files #509

Closed arabcoders closed 4 months ago

arabcoders commented 4 months ago

We moved to a more simple key=value env files, and as we source the file during our container startup, it was failing to load due to not using quotation marks.