superrob3000 Posted August 7, 2021 Share Posted August 7, 2021 I have a plugin called from the BigBox menu that updates a playlist's IncludeWithPlatforms property. However, after making the change and calling PluginHelper.DataManager.Save(), I can't get the change to show up in the plaform wheel unless I restart BigBox or go to Options->Image Cache->Refresh Platform Wheel Images. Is there any way to do it from within the plugin? I've tried the following calls, and none of them result in the platform wheel getting refreshed: PluginHelper.DataManager.ForceReload() PluginHelper.DataManager.ReloadIfNeeded(); Unbroken.LaunchBox.Plugins.PluginHelper.DataManager.BackgroundReloadSave(update_playlist); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.