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 new constructor to Track.cs #22

Closed svr333 closed 4 years ago

svr333 commented 4 years ago

I quickly made a new constructor to Track.cs. This constructor is there for songs that only have one artist, instead of having to create an array of one string (artist) manually, it'll now be done by said constructor. This would make the code cleaner and more readable.