chore: update useDefaultPlaySettings.ts

intial -> initial
This commit is contained in:
Ikko Eltociear Ashimine
2025-01-05 23:08:44 +09:00
committed by GitHub
parent 8470cbe8d5
commit a297ac4843

View File

@@ -6,7 +6,7 @@ import {
} from "@jellyfin/sdk/lib/generated-client";
import { useMemo } from "react";
// Used only for intial play settings.
// Used only for initial play settings.
const useDefaultPlaySettings = (
item: BaseItemDto,
settings: Settings | null