Skip to content

Commit

Permalink
task debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp96 committed Sep 21, 2023
1 parent 1c4e19f commit 721b4a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions c-api/cache/CachedPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,11 @@ namespace cache
void RemoveFilter() override {}
alt::IAudioFilter* GetFilter() const override { return nullptr; }

std::string _taskData;
std::string GetTaskData() const override {
return _taskData;
}

#endif

};
Expand Down
2 changes: 1 addition & 1 deletion cpp-sdk
Submodule cpp-sdk updated 1 files
+1 −0 objects/IPlayer.h

0 comments on commit 721b4a9

Please sign in to comment.