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

Skip single season selections #143

Merged
merged 1 commit into from
Feb 22, 2020
Merged

Conversation

michaelarnauts
Copy link
Collaborator

@michaelarnauts michaelarnauts commented Feb 22, 2020

Skip the season selection when only one season is available.

@michaelarnauts michaelarnauts added the enhancement New feature or request label Feb 22, 2020
@codecov
Copy link

codecov bot commented Feb 22, 2020

Codecov Report

Merging #143 into master will increase coverage by 1.61%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   80.21%   81.82%   +1.61%     
==========================================
  Files          23       23              
  Lines        2365     2504     +139     
==========================================
+ Hits         1897     2049     +152     
+ Misses        468      455      -13     
Impacted Files Coverage Δ
resources/lib/plugin.py 91.60% <0.00%> (+0.15%) ⬆️
resources/lib/modules/catalog.py 72.65% <0.00%> (+1.45%) ⬆️
resources/lib/vtmgo/vtmgostream.py 82.82% <0.00%> (+2.02%) ⬆️
resources/lib/modules/menu.py 95.12% <0.00%> (+2.43%) ⬆️
resources/lib/vtmgo/vtmgoauth.py 70.96% <0.00%> (+2.67%) ⬆️
resources/lib/vtmgo/vtmgo.py 83.12% <0.00%> (+4.34%) ⬆️
resources/lib/modules/metadata.py 96.96% <0.00%> (+6.64%) ⬆️
resources/lib/modules/player.py 92.75% <0.00%> (+11.59%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa01980...42e962e. Read the comment docs.

@michaelarnauts michaelarnauts merged commit 3ca6ec4 into master Feb 22, 2020
@michaelarnauts michaelarnauts deleted the skip-single-season-selection branch February 22, 2020 21:34
@@ -89,6 +89,11 @@ def show_program(self, program):
self._kodi.end_of_directory()
return

# Go directly to the season when we have only one season
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if the breadcrumbs would also show the Season you are in.
(May not be possible with the limited length)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, maybe just by appending (S4)...

@dagwieers dagwieers added this to the v0.9.5 milestone Mar 3, 2020
@michaelarnauts michaelarnauts modified the milestones: v0.9.5, v1.0.0 Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants