Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/bf33d49dcb257b243fc0339f0b6b999522b39335 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix - Change data type to long

pull/2530/head
Anojh 7 years ago
parent 86bff311f1
commit bf33d49dcb

@ -6,7 +6,7 @@
public int trackFileCount { get; set; }
public int trackCount { get; set; }
public int totalTrackCount { get; set; }
public int sizeOnDisk { get; set; }
public long sizeOnDisk { get; set; }
public decimal percentOfEpisodes { get; set; }
}
}
Loading…
Cancel
Save