it('should set the new media id to empty the new PLAYED youtube media item', () => {
    const state = { ...mockedState };
    const actual = player(
      state,
      new fromActions.PlayVideo(YoutubeMediaMock as any)