mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 06:12:08 +08:00
add Jellyfin integration
This commit is contained in:
6
src/components/services/widgets/service/jellyfin.jsx
Normal file
6
src/components/services/widgets/service/jellyfin.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import Emby from "./emby";
|
||||
|
||||
// Jellyfin and Emby share the same API, so proxy the Emby widget to Jellyfin.
|
||||
export default function Jellyfin({ service }) {
|
||||
return <Emby service={service} title="Jellyfin" />;
|
||||
}
|
||||
Reference in New Issue
Block a user