r0bc94 / JellyfinDownloader

Tool to download Series or Movies from a Jellyfin Server
6 stars 2 forks source link

Refactoring of the Item Selection #10

Closed r0bc94 closed 1 month ago

r0bc94 commented 5 months ago

Currently, the whole Item selection is done in the main Method. Also, it is kida tied to the media type. For example, there are Methods such as selectMovie() or selectSeries() which makes everything kinda static.