mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-28 10:57:18 +00:00
chore: fix file formatting
This commit is contained in:
parent
c9eb311cfe
commit
77e99439e7
@ -50,7 +50,7 @@ class BisProvider(context: ActorContext[BiSProviderMessage])
|
|||||||
private def get(link: String, job: Job): Future[Seq[Piece]] =
|
private def get(link: String, job: Job): Future[Seq[Piece]] =
|
||||||
try {
|
try {
|
||||||
val url = Uri(link)
|
val url = Uri(link)
|
||||||
val id = Paths.get(link).normalize.getFileName.toString
|
val id = Paths.get(link).normalize.getFileName.toString
|
||||||
|
|
||||||
val parser =
|
val parser =
|
||||||
if (url.authority.host.address().contains("etro")) Etro
|
if (url.authority.host.address().contains("etro")) Etro
|
||||||
|
Loading…
Reference in New Issue
Block a user