JScript Panel script discussion/help
Reply #2 –
@Falstaff, I just installed your SmoothBrowser script and noticed a couple of things...
This can be removed from the preprocessor section...
// @feature "v1.4"
// @feature "watch-metadb"
Also...
if (!("FormatDuration" in utils))
That's in WSH Panel Mod v1.6.3 so you need to use something only available in JScript Panel...
if (!("ShowAutoPlaylistUI" in plman))