Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Track.GetLikesTrack(string userId)

KirMozor edited this page May 9, 2022 · 1 revision

Allows you to get userid tracked tracks

Example:

using System;
using YandexMusicApi;

namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            
            Console.WriteLine(Track.GetLikesTrack("541320800"));
        }
    }
}
Clone this wiki locally