mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
refactor(core): normalize core service naming
Standardize core service module and export names to reduce naming ambiguity and make imports predictable across runtime, tests, scripts, and docs.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { updateCurrentMediaPathService } from "../core/services";
|
||||
import { updateCurrentMediaPath } from "../core/services";
|
||||
|
||||
import type { SubtitlePosition } from "../types";
|
||||
|
||||
@@ -31,7 +31,7 @@ export function createMediaRuntimeService(
|
||||
deps.setCurrentMediaTitle(null);
|
||||
}
|
||||
|
||||
updateCurrentMediaPathService({
|
||||
updateCurrentMediaPath({
|
||||
mediaPath,
|
||||
currentMediaPath: deps.getCurrentMediaPath(),
|
||||
pendingSubtitlePosition: deps.getPendingSubtitlePosition(),
|
||||
|
||||
Reference in New Issue
Block a user