From e5720d203283a6b698f9f6927d81bf5159a532bf Mon Sep 17 00:00:00 2001 From: jurialmunkey Date: Sat, 19 Oct 2019 10:09:13 +1100 Subject: [PATCH] fix for browseplay --- 1080i/Includes_Info.xml | 20 ++++++++++---------- addon.xml | 2 +- changelog.txt | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/1080i/Includes_Info.xml b/1080i/Includes_Info.xml index 2f6534da..94fedb23 100644 --- a/1080i/Includes_Info.xml +++ b/1080i/Includes_Info.xml @@ -204,19 +204,19 @@ - - - + + + - - - - Dialog.Close(all,force) - Container.Update($INFO[ListItem.FolderPath]) - + + + + Dialog.Close(12003) + Container.Update($INFO[ListItem.FolderPath]) + ActivateWindow(videos,$INFO[ListItem.FolderPath],return) @@ -224,7 +224,7 @@ - Dialog.Close(all,force) + Dialog.Close(12003) Skin.Reset(SearchTerm) Skin.SetString(SearchTerm, $INFO[ListItem.Title]) ActivateWindow(1138) diff --git a/addon.xml b/addon.xml index ecde181f..b332f520 100644 --- a/addon.xml +++ b/addon.xml @@ -1,4 +1,4 @@ - + diff --git a/changelog.txt b/changelog.txt index 740f39d0..1bbfc7d6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ - Clock to music vis - Fix for always on osd info to not show when seeking - Allow AEL views. +- Fix for browse/play in info dialog 0.9.51 - Add fanart gallery fullscreen viewer