DraxCodes / Youtube2Mp3

Take playlists from other sources like Spotify and feed them into Youtube to get either a playable stream or a download for each track as an MP3.
GNU General Public License v3.0
8 stars 2 forks source link

Add extra functionality to StreamRepository #25

Closed svr333 closed 4 years ago

svr333 commented 4 years ago

Since I also have a normal search function in my UI, we will also need a SearchAsync(string query), so I added that. I also did some minor refactoring along the way, which I think we can do more, since the code is actually quite messy.

Maybe we could do that together in a LiveShare sessions someday, @DraxCodes 🤔

Imma instantly merge so I can continue working on it, if it isn't good, we can revert.