From 2773b95906e33fe22f3dd0e98632afcfa98c86f8 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 17 Jul 2019 09:58:34 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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** From 7a24ecb04b44301a8300e7034c655bfb081ddd04 Mon Sep 17 00:00:00 2001 From: sorano Date: Thu, 15 Aug 2019 20:21:50 +0200 Subject: [PATCH 2/3] Update EmbyHelper.cs --- src/Ombi.Helpers/EmbyHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ public static string GetEmbyMediaUrl(string mediaId, string customerServerUrl = { 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}"; } } } From ad85f160565ed8fc761ace55fdee9a2aa0c8a6d1 Mon Sep 17 00:00:00 2001 From: sorano Date: Thu, 15 Aug 2019 20:23:48 +0200 Subject: [PATCH 3/3] Update emby.component.html --- src/Ombi/ClientApp/app/settings/emby/emby.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +