diff options
| author | Fuwn <[email protected]> | 2025-02-21 23:30:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-21 23:30:01 -0800 |
| commit | c82c394a2fa8513a83238fb4d0ccdd8567b316d5 (patch) | |
| tree | 7d392440848a48b5d77edb027f248d8a1e1fa153 /Sora/Data/Booru/BooruProvider.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.tar.xz sora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data/Booru/BooruProvider.swift')
| -rw-r--r-- | Sora/Data/Booru/BooruProvider.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Data/Booru/BooruProvider.swift b/Sora/Data/Booru/BooruProvider.swift index 3b3b126..73bb4f2 100644 --- a/Sora/Data/Booru/BooruProvider.swift +++ b/Sora/Data/Booru/BooruProvider.swift @@ -5,9 +5,9 @@ enum BooruProvider: String, CaseIterable, Decodable, Encodable { func formatted() -> String { switch self { case .yandere: - return "yande.re" + "yande.re" case .safebooru: - return "Safebooru" + "Safebooru" } } } |