-
Notifications
You must be signed in to change notification settings - Fork 343
Make tags param available to plugin #1408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make tags param available to plugin #1408
Conversation
Signed-off-by: darrell-k <[email protected]>
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.