Closed haruki-taka8 closed 1 year ago
According to my hello-world-level experience in C# and OOP in general, changing the following line may fix the issue.
Old | New |
---|---|
https://github.com/tjhrulz/WebNowPlaying/blob/905303b98ba2c7c4b46e5c1532e20c0ab8a51d1f/WebNowPlaying.cs#L231 | currMusicInfo.Position = info.Trim(); |
Under unknown circumstances on YouTube Music,
PlayerType=Position
occasionally provides the required timestamp, but with a leading newline and four spaces.Example:
returns the string
and, as expected, the number
83
.This can be temporarily fixed on the Rainmeter side by appending these two lines under the measure.
Environment: