Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 5273f4a

Browse files
author
noriokun4649
committed
番組をまたいだときに更新されるように #1
1 parent 77754ee commit 5273f4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TvTestRPC/TvTestRPC.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ LRESULT CALLBACK CMyPlugin::EventCallback(UINT Event, LPARAM lParam1, LPARAM lPa
114114
Discord_ClearPresence();
115115
}
116116
return TRUE;
117+
case TVTest::EVENT_AUDIOSTREAMCHANGE:
118+
pThis->UpdateState();
119+
return TRUE;
117120
case TVTest::EVENT_SERVICEUPDATE:
118121
pThis->UpdateState();
119122
return TRUE;

0 commit comments

Comments
 (0)