We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75996b3 commit 53e0728Copy full SHA for 53e0728
SlideshowSettings.lua
@@ -1,4 +1,4 @@
1
---[=====[
+--[=====[
2
3
https://github.com/dustymethod/BrowserImageSlideshow
4
https://obsproject.com/forum/resources/browser-image-slideshow.852/
@@ -113,6 +113,7 @@ function refresh_source()
113
end
114
obs.obs_source_update(source, settings)
115
obs.obs_source_release(source)
116
+ obs.obs_data_release(settings)
117
118
119
function getUniqueName(name)
0 commit comments