Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos committed Feb 1, 2024
1 parent 7f46133 commit 592e454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VK UI3/VKs/SectionAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public override async void GetTracks()
if (getLoadedTracks) return;
getLoadedTracks = true;

var audios = (await VK.vkService.GetSectionAsync(SectionID, Next)).Audios;
var audios = (await VK.vkService.GetSectionAsync(id, Next)).Audios;

if (audios.Count == 0)
{
Expand Down

0 comments on commit 592e454

Please sign in to comment.