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

Fix TMDB logo URL #4150

Merged
merged 1 commit into from
Apr 17, 2021
Merged

Fix TMDB logo URL #4150

merged 1 commit into from
Apr 17, 2021

Conversation

mattmattmatt
Copy link
Contributor

Previous value {{baseUrl}}images/tmdb-logo.svg leads to broken image requests, e.g. server.com/ombiimage/tmdb-logo.svg. We need to trail the baseURL with a / to ensure the correct path, e.g. server.com/ombi/image/tmdb-logo.svg. See also lines 9 and lines 14.

Previous value `{{baseUrl}}images/tmdb-logo.svg` leads to broken image requests, e.g. `server.com/ombiimage/tmdb-logo.svg`. We need to trail the `baseURL` with a `/` to ensure the correct path, e.g. `server.com/ombi/image/tmdb-logo.svg`. See also lines 9 and lines 14.
@tidusjar
Copy link
Member

Thanks!

@tidusjar tidusjar merged commit 70015e2 into Ombi-app:develop Apr 17, 2021
@mattmattmatt mattmattmatt deleted the patch-1 branch April 17, 2021 10:51
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

Successfully merging this pull request may close these issues.

2 participants