Compare commits

..

3 Commits

Author SHA1 Message Date
cdbb9d9aa5 Release 0.15.3 2024-07-31 15:43:30 +03:00
2d6445447b bug: remove unreachable code 2024-07-31 15:43:17 +03:00
57e65e1901 Release 0.15.2 2024-07-31 15:41:39 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
version := "0.15.4"
version := "0.15.3"