Vadym Shakhmatenko il y a 1 an
Parent
commit
a8cfff2974
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/store/playerReducer.js

+ 1 - 1
src/store/playerReducer.js

@@ -158,7 +158,7 @@ export const actionNextTrack = (_id) =>
                   dispatch(actionSetTrack(playlist[count + 1].originalFileName ,playlist[count + 1].url , playlist[count + 1]._id ))
             }
     }
-ывфывфвф
+
 
 export const actionRepeat = (repeat) => 
       async (dispatch) => {