damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
77 stars 4 forks source link

Ensure video previews aren't reused #172

Closed damontecres closed 6 months ago

damontecres commented 6 months ago

If there's a lot of cards to scroll through and some do not have a video preview, the card view is reused with a previous card's video URL and the card shows a different card's video preview.

This PR ensures that the video URL is cleared before reusing the card view to prevent this.