dmunozv04 / iSponsorBlockTV

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

Fix list_to_tuple #134

Closed bertybuttface closed 5 months ago

bertybuttface commented 5 months ago

Instead of using is, we should use isinstance() which is the correct way to check the type of an object in Python.

dmunozv04 commented 5 months ago

Thanks for the PR! I'll go ahead and merge it