We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a3bf1 commit a44352eCopy full SHA for a44352e
README.md
@@ -76,7 +76,7 @@ export class YourClass {
76
this._player.debug = true; // set true to enable TNSPlayer console logs for debugging.
77
this._player
78
.initFromFile({
79
- audioFile: '~/audio/song.mp3', // ~ = app directory
+ audioFile: '~/assets/song.mp3', // ~ = app directory
80
loop: false,
81
completeCallback: this._trackComplete.bind(this),
82
errorCallback: this._trackError.bind(this)
0 commit comments