Skip to content

Commit

Permalink
Fix location of media cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Apr 30, 2024
1 parent 01a06a6 commit ba84a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audbcards/core/datacard.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def player(self) -> str:
)
cache_example_media = audeer.path(
cache_folder,
"player-media",
f"{self.dataset.name}-{self.dataset.version}-player-media",
self.dataset.example_media,
)
cache_waveform_file = audeer.path(
Expand Down

0 comments on commit ba84a31

Please sign in to comment.