mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
refactor(core): normalize service naming across app runtime
This commit is contained in:
@@ -62,7 +62,9 @@ export function createMediaRuntimeService(
|
||||
},
|
||||
|
||||
resolveMediaPathForJimaku(mediaPath: string | null): string | null {
|
||||
return mediaPath && deps.isRemoteMediaPath(mediaPath) && deps.getCurrentMediaTitle()
|
||||
return mediaPath &&
|
||||
deps.isRemoteMediaPath(mediaPath) &&
|
||||
deps.getCurrentMediaTitle()
|
||||
? deps.getCurrentMediaTitle()
|
||||
: mediaPath;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user