Make tags param available to plugin#1408
Make tags param available to plugin#1408michaelherger merged 1 commit intoLMS-Community:SlimBrowse-Metadatafrom
Conversation
Signed-off-by: darrell-k <darrell@darrell.org.uk>
|
What is this change supposed to do exactly? |
|
It passes through the tags parameter from the UI SlimBrowse command (if present) to the handler. Sorry, I could have been more descriptive above. |
|
Oh, is this needed because the handler wouldn't get a reference to the request object? |
|
Correct. From XMLBrowser:
(confusingly mapped to So I've added tags to |
michaelherger
left a comment
There was a problem hiding this comment.
Hmm... I'm wondering why none of the other params would be added the same way. Are they included automatically? Are they not forwarded to the handler?
I'm sorry if I'm missing the obvious. I'm away from a "real" computer, haven't set up my tablet for good reviews.
|
They are added explicitly in the existing code, immediately below where I added slimserver/Slim/Control/XMLBrowser.pm Lines 516 to 539 in 7321391 |
|
That code has always been... challenging. There's |
65ced03
into
LMS-Community:SlimBrowse-Metadata
No description provided.