-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Tags return on partial matches. If I have items tagged, "TV", "Anime TV", "Kids TV", all results will be returned, when only "TV" should be returned.
Below is the example script I've been testing with, it's basic from the readme, simply added the tag param.
plugin://script.skin.helper.widgets/?action=next&mediatype=episodes&tag=TV&reload=$INFO[Window(Home).Property(widgetreload)]
And here is a working tag with a space, properly returns only items tagged "Kids TV".
plugin://script.skin.helper.widgets/?action=next&mediatype=episodes&tag=Kids TV&reload=$INFO[Window(Home).Property(widgetreload)]
Metadata
Metadata
Assignees
Labels
No labels