+
diff --git a/resources/views/series/partials/info.blade.php b/resources/views/series/partials/info.blade.php
deleted file mode 100644
index 107372f..0000000
--- a/resources/views/series/partials/info.blade.php
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-

-
-
-
-
-
-
- {{ $episode->title }} ({{ $episode->title_jpn }})
-
-
-
-
- {{ __('stream.description') }}
-
-
- {{ $hentai->description }}
-
-
-
-
- |
-
- @foreach ($episode->tags->sortBy('slug') as $tag)
- -
- @if ($tag->slug == 'uncensored' || $tag->slug == 'vanilla' || $tag->slug == '4k')
-
- {{ $tag->name }}
-
- @elseif($tag->slug == 'censored')
-
- {{ $tag->name }}
-
- @elseif($tag->slug == 'gore' || $tag->slug == 'horror' || $tag->slug == 'scat' || $tag->slug == 'ntr' || $tag->slug == 'rape')
-
- {{ $tag->name }}
-
- @else
-
- {{ $tag->name }}
-
- @endif
-
-
- |
-
- @endforeach
-
-
-
diff --git a/resources/views/stream/partials/info.blade.php b/resources/views/stream/partials/info.blade.php
index 5429b7c..5bd9ef3 100644
--- a/resources/views/stream/partials/info.blade.php
+++ b/resources/views/stream/partials/info.blade.php
@@ -1,8 +1,14 @@
+@props([
+ 'streamPage' => true,
+])
+
+ @if($streamPage)
+ @endif
@@ -23,12 +29,20 @@
+
{{ $episode->title_jpn }}
@@ -65,6 +79,7 @@
+ @if($streamPage)
@@ -134,6 +149,7 @@
@endauth
+ @endif
@@ -189,9 +205,11 @@