Skip to content

Commit

Permalink
Organize imports in player-link.ts for better readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Aug 15, 2024
1 parent 73bfa09 commit b70af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/runs/ajax/player-link.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { App } from "@capacitor/app"
import { name as packageName } from "app/package.json"
import { MEDIA_STREAM_SUPPORT } from "src/constants"
import { decryptM3u8, init } from "src/logic/decrypt-hls-animevsub"
import { getQualityByLabel } from "src/logic/get-quality-by-label"
import { post } from "src/logic/http"
import { name as packageName } from "app/package.json"

const addProtocolUrl = (file: string) =>
file.startsWith("http") ? file : `https:${file}`
Expand Down

0 comments on commit b70af4d

Please sign in to comment.