kiall / android-tvheadend

Android + TV Headend + TV Input Framework
Apache License 2.0
191 stars 61 forks source link

`mPendingChannelLogoFetches` stores `PendingChannelLogoFetch` objects… #181

Closed girlpunk closed 7 years ago

girlpunk commented 7 years ago

…, but this remove() call tries to remove an int. Most likely a bug, and this should be removing the PendingChannelLogoFetch that was just completed