mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
empty searchTerm support (#259)
* linter run * convert search params to queryParams
This commit is contained in:
@@ -7,6 +7,6 @@ import java.io.File
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
fun File.renameTo(newPath: String) = renameTo(File(newPath))
|
||||
fun File.renameTo(newPath: String) = renameTo(File(newPath))
|
||||
|
||||
Reference in New Issue
Block a user