pendo324 / EssentialNowPlaying

A now playing tool intended to be used with OBS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefixes and suffixes not implemented for WebApps

ironbody opened this issue · comments

I recently ran into an issue when trying to add a prefix to Google Play Music, the prefix would not apply. So i did some digging around the code and noticed that the prefix functionality is implemented in the writeToPath() funtion in SourceHandler.cs but not in the writeToPath() function in WebAppHandler.cs.