Skip to content

Commit

Permalink
Freaking hell
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Mar 14, 2024
1 parent 784d7b2 commit 006ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/player_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Controller } from "@hotwired/stimulus";
import { PlayingState, ReadyState, EditingState, PickingPointState } from "controllers/player/state";
import LoopManager from "controllers/player/loop_manager"
import YoutubePlayer from "controllers//youtube_player";
import YoutubePlayer from "controllers/player/youtube_player";

/** Controller for the YouTube player custom functionality */
export default class extends Controller {
Expand Down

0 comments on commit 006ea8c

Please sign in to comment.