mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-07 03:14:17 +02:00
@ -14,11 +14,13 @@ public class Komga : LibraryManager
|
||||
public Komga(string baseUrl, string username, string password, Logger? logger)
|
||||
: base(baseUrl, Convert.ToBase64String(System.Text.Encoding.ASCII.GetBytes($"{username}:{password}")), logger)
|
||||
{
|
||||
this.libraryType = LibraryType.Komga;
|
||||
}
|
||||
|
||||
[JsonConstructor]
|
||||
public Komga(string baseUrl, string auth, Logger? logger) : base(baseUrl, auth, logger)
|
||||
{
|
||||
this.libraryType = LibraryType.Komga;
|
||||
}
|
||||
|
||||
public override void UpdateLibrary()
|
||||
|
Reference in New Issue
Block a user