Better error handling for load_stream if None passed as track/episode or AudioFile

version bump v0.0.10
This commit is contained in:
Googolplexed0
2025-11-10 20:51:11 -06:00
parent 5882f28213
commit 3e52743549
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import platform
class Version:
version_name = "0.0.9"
version_name = "0.0.10"
@staticmethod
def platform() -> Platform: