Skip to content

Commit

Permalink
Method must create an instance
Browse files Browse the repository at this point in the history
Contributes to #561
  • Loading branch information
drewnoakes committed Apr 3, 2022
1 parent 547ceeb commit 6215a8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public QuickTimeMusicHandler(Metadata metadata, QuickTimeContext context)
@Override
protected QuickTimeMusicDirectory createDirectory()
{
return directory;
return new QuickTimeMusicDirectory();
}

@Override
Expand Down

0 comments on commit 6215a8d

Please sign in to comment.