Skip to content

Commit

Permalink
fix: Persist rank to CurrentRank
Browse files Browse the repository at this point in the history
Honestly, no idea why this fixes it...
  • Loading branch information
carlreid committed Mar 5, 2025
1 parent 7486efa commit 74818c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ private SMStreamInfo CreateIntroStreamInfo(CustomStreamNfo intro, Setting settin

if (sameM3UFile || notLimited)
{
// Update the CurrentRank before returning the stream
channelStatus.SMChannel.CurrentRank = currentRankToCheck;
return candidateStream;
}

Expand Down

0 comments on commit 74818c8

Please sign in to comment.