diff --git a/resources/views/modals/partials/download-authorized.blade.php b/resources/views/modals/partials/download-authorized.blade.php index 5c143cb..18bc2ef 100644 --- a/resources/views/modals/partials/download-authorized.blade.php +++ b/resources/views/modals/partials/download-authorized.blade.php @@ -52,7 +52,19 @@
@php $download = $episode->getDownloadByType('UHD'); @endphp @isset($download) - @if (!Auth::user()->hasRole(\App\Enums\UserRole::SUPPORTER)) + @if (Auth::user()->hasRole(\App\Enums\UserRole::SUPPORTER) || Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR)) +

+ 4k +

+ + @php $dlpdomains = config('hstream.download_domain_4k'); @endphp + +
+ @foreach ($dlList as $hdl) + @include('modals.partials.download-button-patreon') + @endforeach +
+ @else @if (config('hstream.free_downloads'))

4k @@ -67,18 +79,6 @@ on our Discord server, you have to logout and login again.

@endif - @else -

- 4k -

- - @php $dlpdomains = config('hstream.download_domain_4k'); @endphp - -
- @foreach ($dlList as $hdl) - @include('modals.partials.download-button-patreon') - @endforeach -
@endif @else

@@ -91,7 +91,19 @@
@if ($episode->interpolated_uhd) - @if (!Auth::user()->hasRole(\App\Enums\UserRole::SUPPORTER)) + @if (Auth::user()->hasRole(\App\Enums\UserRole::SUPPORTER) || Auth::user()->hasRole(\App\Enums\UserRole::ADMINISTRATOR) ) +

+ 4k 48fps +

+ + @php $dlpdomains = config('hstream.download_domain_4k'); @endphp + +
+ @foreach ($dlList as $hdl) + @include('modals.partials.download-button-patreon-interpolated') + @endforeach +
+ @else @if (config('hstream.free_downloads'))

4k 48fps @@ -106,18 +118,6 @@ on our Discord server, you have to logout and login again.

@endif - @else -

- 4k 48fps -

- - @php $dlpdomains = config('hstream.download_domain_4k'); @endphp - -
- @foreach ($dlList as $hdl) - @include('modals.partials.download-button-patreon-interpolated') - @endforeach -
@endif @endif