mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 09:17: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]] =
|
||||
try {
|
||||
val url = Uri(link)
|
||||
val id = Paths.get(link).normalize.getFileName.toString
|
||||
val id = Paths.get(link).normalize.getFileName.toString
|
||||
|
||||
val parser =
|
||||
if (url.authority.host.address().contains("etro")) Etro
|
||||
|
Loading…
Reference in New Issue
Block a user