View Single Post
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#26
The reason of it not working is a wrong import in harbour-videoPlayer.qml

You need to change this line
Code:
import "pages/yt.js" as YT
to
Code:
import "pages/helper/yt.js" as YT
By the way, thank you for this app!