yichengchen / ATV-Bilibili-demo

BiliBili Client Demo for Apple TV (tvOS)
GNU General Public License v2.0
2.33k stars 437 forks source link

Update CommonPlayerViewController.swift #77

Closed jihongboo closed 1 year ago

jihongboo commented 1 year ago

Fixed the bug that play speed will reset to 1 when pause and play the video.

jihongboo commented 1 year ago

The API needs tvOS 16.0+

yichengchen commented 1 year ago

The API needs tvOS 16.0+

can you add an " #available(tvOS 16.0, *)" check ?