Fix BasicTrackInfo having wrong TrackID
Add Character Limit to TrackList Method to fix tracklists being to big for messages
This commit is contained in:
@@ -27,7 +27,7 @@ namespace TomatenMusic_Api.Models
|
||||
|
||||
Name = track.Title;
|
||||
Platform = ctx.SpotifyIdentifier == null ? TrackPlatform.YOUTUBE : TrackPlatform.SPOTIFY;
|
||||
YoutubeId = track.Identifier;
|
||||
YoutubeId = track.TrackIdentifier;
|
||||
SpotifyId = ctx.SpotifyIdentifier;
|
||||
URL = ctx.YoutubeUri;
|
||||
}
|
||||
|
Reference in New Issue
Block a user