dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.21k stars 92 forks source link

Check tvOS instead of specific atv models #49

Closed Shraymonks closed 1 year ago

Shraymonks commented 1 year ago

Check the operating system is tvOS instead of specific Apple TV models.

iSponsorBlockTV currently doesn't support the AppleTV4kGen3 as that model is not checked for here. Checking the operating system instead will mean this will no longer need to be updated to support future Apple TV models. Currently have a PR to add the model in pyatv: https://github.com/postlund/pyatv/pull/2013

Fixes #36, #38

dmunozv04 commented 1 year ago

This looks great, thanks for the PR. I’ll test it and if all goes well, merge it.

dmunozv04 commented 1 year ago

Thanks again for the PR! I've merged it