diff --git a/CHANGELOG.md b/CHANGELOG.md index e1266bfac..d4fea0965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.0.4680 (2019-07-17) + + +### **Fixes** + +- Fixed the database lock issues - [TidusJar] +- Fixed the issue with [Plex OAuth](https://forums.plex.tv/t/plex-oauth-not-working-with-tautulli-ombi-etc/433945) - [TidusJar] + ## v3.0.4659 (2019-07-02) ### **New Features** diff --git a/src/Ombi.Helpers/EmbyHelper.cs b/src/Ombi.Helpers/EmbyHelper.cs index a9967f21f..7ab792ef7 100644 --- a/src/Ombi.Helpers/EmbyHelper.cs +++ b/src/Ombi.Helpers/EmbyHelper.cs @@ -11,11 +11,11 @@ namespace Ombi.Helpers { if (customerServerUrl.HasValue()) { - return $"{customerServerUrl}#!/itemdetails.html?id={mediaId}"; + return $"{customerServerUrl}#!/item/item.html?id={mediaId}"; } else { - return $"https://app.emby.media/#!/itemdetails.html?id={mediaId}"; + return $"https://app.emby.media/#!/item/item.html?id={mediaId}"; } } } diff --git a/src/Ombi/ClientApp/app/settings/emby/emby.component.html b/src/Ombi/ClientApp/app/settings/emby/emby.component.html index 66cac8c8b..32759fc16 100644 --- a/src/Ombi/ClientApp/app/settings/emby/emby.component.html +++ b/src/Ombi/ClientApp/app/settings/emby/emby.component.html @@ -71,8 +71,8 @@
- Current URL: "{{server.serverHostname}}/#!/itemdetails.html?id=1" - Current URL: "https://app.emby.media/#!/itemdetails.html?id=1 + Current URL: "{{server.serverHostname}}/#!/item/item.html?id=1" + Current URL: "https://app.emby.media/#!/item/item.html?id=1
@@ -100,4 +100,4 @@
- \ No newline at end of file +