Update Setlist for Beat Saber 1.44.1 startup scan

This commit is contained in:
pleb
2026-07-19 20:25:22 -07:00
parent 14d21ad6a3
commit a3b8169fd6
7 changed files with 79 additions and 87 deletions
+5
View File
@@ -28,5 +28,10 @@ namespace Setlist
{
StartCoroutine(BeatLeaderPlaylistSync.CoPostOwnedPlaylistToBeatLeader(playlist, log));
}
internal void StartPlaylistOwnershipScan(IPALogger log)
{
StartCoroutine(Plugin.CoScanAndLogPlaylistOwnership(log));
}
}
}