diff --git a/index.html b/index.html index 67220ef..aab7dba 100644 --- a/index.html +++ b/index.html @@ -13,33 +13,20 @@ - Tesses YouTube Downloader + + - - - - - - - - - - Media - - - Videos - My Videos 42 - YouTube Playlists - Personal Playlists - - - - - + + + Videos + + + Playlists + Queue @@ -56,7 +43,9 @@ Extensions - + + My Videos + @@ -188,12 +177,7 @@ - - - ⋮ - - - + diff --git a/js/spa.js b/js/spa.js index 57fb722..c290974 100644 --- a/js/spa.js +++ b/js/spa.js @@ -326,11 +326,8 @@ function add_video(vid_list,item) var video_link=video_element.querySelector(".video_link"); video_link.innerText = title; - video_link.href="javascript:void"; - video_link.addEventListener('click',(e)=>{ - e.preventDefault(); - video_dialog_show(myVid,myTitle); - }); + video_link.href="videoPlayer.html#NotConverted=" + id; + var video_thumbnail=video_element.querySelector(".image"); if(settings.showThumbnails){ video_thumbnail.setAttribute("src","api/Storage/File/Thumbnails/168x94/" + id + ".jpg");