diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3eba1a..ee04ae71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - 🦺 Offline: Download only used images - 🦺 Debrid streaming: Fixed MPV --title flag - 🦺 Debrid streaming: Fixed stream cancellation +- ⚡️ Media streaming: Custom FFmpeg hardware acceleration options - 🏗️ Moved filename parser to separate package ## v2.2.2 diff --git a/seanime-web/src/app/(main)/debrid/page.tsx b/seanime-web/src/app/(main)/debrid/page.tsx index 05169adb..4400a54e 100644 --- a/seanime-web/src/app/(main)/debrid/page.tsx +++ b/seanime-web/src/app/(main)/debrid/page.tsx @@ -4,7 +4,6 @@ import { useDebridCancelDownload, useDebridDeleteTorrent, useDebridDownloadTorre import { CustomLibraryBanner } from "@/app/(main)/(library)/_containers/custom-library-banner" import { useWebsocketMessageListener } from "@/app/(main)/_hooks/handle-websockets" import { useServerStatus } from "@/app/(main)/_hooks/use-server-status" -import { BetaBadge } from "@/components/shared/beta-badge" import { ConfirmationDialog, useConfirmationDialog } from "@/components/shared/confirmation-dialog" import { LuffyError } from "@/components/shared/luffy-error" import { PageWrapper } from "@/components/shared/page-wrapper" @@ -108,7 +107,7 @@ function Content() { <>
-

{getServiceName(serverStatus?.debridSettings?.provider!)}

+

{getServiceName(serverStatus?.debridSettings?.provider!)}

See your debrid service torrents

diff --git a/seanime-web/src/app/(main)/settings/page.tsx b/seanime-web/src/app/(main)/settings/page.tsx index 9e8441bd..c0fc2dee 100644 --- a/seanime-web/src/app/(main)/settings/page.tsx +++ b/seanime-web/src/app/(main)/settings/page.tsx @@ -17,7 +17,6 @@ import { MediastreamSettings } from "@/app/(main)/settings/_containers/mediastre import { ServerSettings } from "@/app/(main)/settings/_containers/server-settings" import { TorrentstreamSettings } from "@/app/(main)/settings/_containers/torrentstream-settings" import { UISettings } from "@/app/(main)/settings/_containers/ui-settings" -import { BetaBadge } from "@/components/shared/beta-badge" import { PageWrapper } from "@/components/shared/page-wrapper" import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "@/components/ui/accordion" import { cn } from "@/components/ui/core/styling" @@ -562,7 +561,7 @@ export default function Page() { -

Debrid Service

+

Debrid Service