From 9d909671159984037683b95c902a32aa2e75db34 Mon Sep 17 00:00:00 2001 From: LagradOst <46196380+Blatzar@users.noreply.github.com> Date: Sat, 10 Sep 2022 12:03:03 +0000 Subject: [PATCH] Remove filename --- SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt b/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt index 8cbac8b..25295f5 100644 --- a/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt +++ b/SuperStream/src/main/kotlin/com/lagradost/SuperStream.kt @@ -628,7 +628,7 @@ class SuperStream : MainAPI() { return ExtractorLink( this@SuperStream.name, - "${this.filename ?: ""} ${this.size ?: ""}".trim(), + this.size ?: "", this.path.replace("\\/", ""), "", getQualityFromName(this.quality), @@ -676,4 +676,4 @@ class SuperStream : MainAPI() { return true } -} \ No newline at end of file +}