Skip to content
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

Get player to add to source enclosed links #35

Closed
ICESpartan opened this issue Nov 19, 2019 · 1 comment
Closed

Get player to add to source enclosed links #35

ICESpartan opened this issue Nov 19, 2019 · 1 comment

Comments

@ICESpartan
Copy link
Collaborator

ICESpartan commented Nov 19, 2019

Lines 49-55 in searchControler.java are somewhat an attempt to access an episode, but due to the List implementation it seems little hared than expected. Commented out so the core code will work.

episodes.html is supposed to be a templete for the output of episodes.

The client-side functionality is nearly there on another stashed branch Im on. But depends highly on the completion of the functionality above to work.

@antonva
Copy link
Owner

antonva commented Nov 19, 2019

Each endpoint can only take one view or fragment. If you want to nest fragments you need to create a parent fragment that includes the children.

I added the enclosure episode listing to the searchresult fragment to illustrate how to get enclosure urls. Be aware that they can be null for whatever reason, in which case I'm falling back to the Episode "link" attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants