diff --git a/addon.xml b/addon.xml index 9c0b9386f..15870ece1 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 5de9470b6..efd40ae19 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +## v7.0.5+beta.5 +### Fixed +- Fix typo causing no fractional frame rate hinting to fail #679 + ## v7.0.5+beta.4 ### Fixed - Fix typo that caused android player requests to fail diff --git a/resources/lib/youtube_plugin/youtube/helper/video_info.py b/resources/lib/youtube_plugin/youtube/helper/video_info.py index 83be1ed17..d4b32196d 100644 --- a/resources/lib/youtube_plugin/youtube/helper/video_info.py +++ b/resources/lib/youtube_plugin/youtube/helper/video_info.py @@ -596,7 +596,7 @@ class VideoInfo(YouTubeRequestClient): 48: '48000/1000', # 48.00 fps 50: '50000/1000', # 50.00 fps 60: '60000/1000', # 60.00 fps - }, + } FRACTIONAL_FPS_SCALE = { 0: '{0}000/1000', # --.00 fps 24: '24000/1001', # 23.976 fps