mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-01 00:24:16 +02:00
Renamed Method GetSeriesInfo to GetSeriesInfoJson to avoid confusion with xml
This commit is contained in:
@ -65,7 +65,7 @@ public abstract class Connector
|
||||
|
||||
string seriesInfoPath = Path.Join(publicationFolder, "series.json");
|
||||
if(!File.Exists(seriesInfoPath))
|
||||
File.WriteAllText(seriesInfoPath,publication.GetSeriesInfo());
|
||||
File.WriteAllText(seriesInfoPath,publication.GetSeriesInfoJson());
|
||||
}
|
||||
|
||||
public static string CreateComicInfo(Publication publication, Chapter chapter)
|
||||
|
Reference in New Issue
Block a user