Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Jan 25, 2024
1 parent 128e4d9 commit da8defa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoraStream/src/main/kotlin/com/hexated/SoraUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ suspend fun invokeSmashySu(
"Smashy [$name]",
trimmedLink,
"",
quality.toIntOrNull() ?: Qualities.Unknown.value,
getQualityFromName(quality),
INFER_TYPE
)
)
Expand Down

0 comments on commit da8defa

Please sign in to comment.