d052057
d052057
I am going to put my sample code in my repos so that you can see it.On Jun 13, 2020 1:09 AM, Semen Bobrov wrote: Literally no idea how it...
Just release my example code to github (https://github.com/d052057/Angular9)It is the smallest app (I cut off a lot of stuff from my main app) so that you can see and it...
I am sorry about confusion on my end. This is the code I was picking up to do it, https://github.com/sampotts/plyr. It is talking about html5 mixed up with plyr. I...
here is what I come up with and I don't know it is the right way to this or not. Here is the code: ``` elem.childNodes[1].classList.remove('bi-arrow-down-up'); if (order === "desc")...
here is my code. ``` public async Task DownloadYT(YTDownload record) { bool bResult = false; var playlistUrl = record.youtubeUrl; var videoList = record.videoList; var designatedPath = record.updatePath; var mediaPath =...
I think the app is written for desktop windows app not for IIS. Perhaps, it is reason why it is not working. I thought I posted in the issues place...