Skip to content

Commit

Permalink
Поправлено Readme, доки
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed May 8, 2023
1 parent 4461651 commit 886e775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.com/K1llMan/Yandex.Music.Api.svg?branch=master)](https://travis-ci.com/K1llMan/Yandex.Music.Api)
[![Documentation Status](https://readthedocs.org/projects/yandexmusicapicsharp/badge/?version=latest)](https://yandexmusicapicsharp.readthedocs.io/ru/latest/?badge=latest)
[![Nuget](https://img.shields.io/nuget/v/KM.Yandex.Music.Api?label=KM.Yandex.Music.Api)](https://www.nuget.org/packages/KM.Yandex.Music.Api/)
[![Nuget](https://img.shields.io/nuget/v/KM.Yandex.Music.Client?label=KM.Yandex.Music.Client)](https://www.nuget.org/packages/KM.Yandex.Music.Client/)
Expand Down
8 changes: 4 additions & 4 deletions docs/source/api/branches/track.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Track API
public Task<YResponse<YTrackSupplement>> GetSupplementAsync(AuthStorage storage, string trackId)
Получение дополнительной информации для трека.
Получение дополнительной информации для трека в асинхронном режиме.

.. code-block:: csharp
Expand All @@ -180,7 +180,7 @@ Track API
public Task<YResponse<YTrackSupplement>> GetSupplementAsync(AuthStorage storage, YTrack track)
Получение дополнительной информации для трека.
Получение дополнительной информации для трека в асинхронном режиме.

.. code-block:: csharp
Expand All @@ -192,7 +192,7 @@ Track API
public Task<YResponse<YTrackSimilar>> GetSimilarAsync(AuthStorage storage, string trackId)
Получение похожих треков.
Получение похожих треков в асинхронном режиме.

.. code-block:: csharp
Expand All @@ -204,7 +204,7 @@ Track API
public Task<YResponse<YTrackSimilar>> GetSimilarAsync(AuthStorage storage, YTrack track)
Получение похожих треков.
Получение похожих треков в асинхронном режиме.

.. code-block:: csharp
Expand Down

0 comments on commit 886e775

Please sign in to comment.