File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ async (action: UnknownAction) => {
163
163
connectionEvents . on ( 'queue:state.changed' , onQueueStateChange ( dispatch ) ) ;
164
164
165
165
connectionEvents . on ( 'anidb:connected' , onAniDBConnected ( dispatch ) ) ;
166
- connectionEvents . on ( 'AniDB :udb.stateUpdate' , onAniDBUDPStateUpdate ( dispatch ) ) ;
167
- connectionEvents . on ( 'AniDB :http.stateUpdate' , onAniDBHttpStateUpdate ( dispatch ) ) ;
166
+ connectionEvents . on ( 'anidb :udb.stateUpdate' , onAniDBUDPStateUpdate ( dispatch ) ) ;
167
+ connectionEvents . on ( 'anidb :http.stateUpdate' , onAniDBHttpStateUpdate ( dispatch ) ) ;
168
168
169
169
connectionEvents . on ( 'network:connected' , onNetworkChanged ( dispatch ) ) ;
170
170
connectionEvents . on ( 'network:availabilityChanged' , onNetworkChanged ( dispatch ) ) ;
You can’t perform that action at this time.
0 commit comments