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

Fixed selected episode jumping to the top of the list after playing an item #481

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

oscahie
Copy link

@oscahie oscahie commented Feb 20, 2013

This commit fixes the issue described at #371

Additionally I've reworked from scratch the code that searches for the last unwatched episode, which is now simpler and faster (since it breaks the loop as soon as the first watched episode is found). I've tested this code with as many corner cases as I could think off and it worked flawlessly.

Oscar Hierro added 2 commits February 20, 2013 21:01
… item (issue boxeehacks#371)

Additionally reworked the code that searches for the last unwatched
episode for better performance and readability.
@oscahie
Copy link
Author

oscahie commented Feb 20, 2013

Please ignore the other commit (d794ac4), it's the first time I use git and didn't realize the pull request would include both commits I had made on my fork. Hopefully you can cherry-pick the commits to merge...

@Kepners
Copy link

Kepners commented Feb 24, 2013

I hope this gets used in the next release

@mrplow
Copy link

mrplow commented Apr 14, 2013

this should be merged, it fixes core functionality

@booyakafoo
Copy link

Thanks for this. The jumping to the top was bothering my wife. lol

@kimegede
Copy link

You should also be able to rebase this commit, so you only got your own commit in this PR.
In your branch run:
git fetch; git rebase origin/development

Hope git doesn't give any troubles.
Then git push –f for overriding this PR with the new data. Which only should be yours.

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

Successfully merging this pull request may close these issues.

5 participants