Skip to content

Commit

Permalink
#H5IS
Browse files Browse the repository at this point in the history
Fixed incorrect URL to controller. Not sure why I missed this when testing :o
  • Loading branch information
abjerner committed Apr 19, 2022
1 parent fd6ab1a commit ae57dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void Filter(List<PackageManifest> manifests) {
BundleOptions = BundleOptions.Independent,
Scripts = new[] {
$"/App_Plugins/{YouTubePackage.Alias}/Scripts/Services/YouTubeService.js",
$"/App_Plugins/{YouTubePackage.Alias}/Scripts//Scripts/Controllers/Video.js"
$"/App_Plugins/{YouTubePackage.Alias}/Scripts/Controllers/Video.js"
},
Stylesheets = new [] {
$"/App_Plugins/{YouTubePackage.Alias}/Styles/Default.css"
Expand Down

0 comments on commit ae57dbd

Please sign in to comment.