VueTubeApp / VueTube

A simple FOSS video streaming client aimed to recreate ALL features from their respective apps (and more)
GNU General Public License v3.0
3.28k stars 170 forks source link

Remove code duplication for thumbnails loading #562

Closed AlexHladin closed 1 year ago

AlexHladin commented 1 year ago

This PR is aimed to drop duplicated function getThumbnails by extracting it to a separate Thumbnail class.