Bug fix: Image caching (#172)

This commit is contained in:
marmei
2020-10-03 11:56:50 +02:00
parent db59f7ef37
commit f43ce0f7c5
8 changed files with 312 additions and 176 deletions

View File

@@ -1,5 +1,7 @@
package src
import "../src/internal/imgcache"
// SystemStruct : Beinhaltet alle Systeminformationen
type SystemStruct struct {
Addresses struct {
@@ -116,6 +118,7 @@ type GitStruct struct {
// DataStruct : Alle Daten werden hier abgelegt. (Lineup, XMLTV)
type DataStruct struct {
Cache struct {
Images *imgcache.Cache
ImagesCache []string
ImagesFiles []string
ImagesURLS []string