xbmc
xbmc copied to clipboard
allow ff/rw when paused
Description
- allow ff/rw when paused
- remove code never be called
Motivation and context
fix #15671
How has this been tested?
- play a video
- pause
- press fastforward or fastrewind button
What is the effect on users?
Screenshots (if appropriate):
Types of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Clean up (non-breaking change which removes non-working, unmaintained functionality)
- [x] Improvement (non-breaking change which improves existing functionality)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that will cause existing functionality to change)
- [ ] Cosmetic change (non-breaking change that doesn't touch code)
- [ ] None of the above (please explain below)
Checklist:
- [x] My code follows the Code Guidelines of this project
- [ ] My change requires a change to the documentation, either Doxygen or wiki
- [ ] I have updated the documentation accordingly
- [x] I have read the Contributing document
- [ ] I have added tests to cover my change
- [ ] All new and existing tests passed
Not sure, but for me it seems that the check for not paused you removed was there by intention.
I've made some formatting changes to meet the current code style. The diffs are available in the following links:
For more information please see our current code style guidelines.
@gt945 this needs a rebase