Small fixes
This commit is contained in:
parent
df0014592d
commit
9a6f859ff7
|
@ -539,7 +539,7 @@
|
|||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 32;
|
||||
DEVELOPMENT_ASSET_PATHS = "";
|
||||
DEVELOPMENT_TEAM = 4BHXT8RHFR;
|
||||
DEVELOPMENT_TEAM = 9R8RREG67J;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
EXCLUDED_ARCHS = "";
|
||||
|
@ -566,7 +566,7 @@
|
|||
CURRENT_PROJECT_VERSION = 32;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_ASSET_PATHS = "";
|
||||
DEVELOPMENT_TEAM = 4BHXT8RHFR;
|
||||
DEVELOPMENT_TEAM = 9R8RREG67J;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
EXCLUDED_ARCHS = "";
|
||||
|
|
|
@ -79,12 +79,6 @@ struct ContentView: View {
|
|||
ImageCache.shared.costLimit = 125 * 1024 * 1024 // 125MB memory
|
||||
DataLoader.sharedUrlCache.diskCapacity = 1000 * 1024 * 1024 // 1000MB disk
|
||||
|
||||
// let cache = SDImageCache(namespace: "tiny")
|
||||
// cache.config.maxMemoryCost = 125 * 1024 * 1024 // 125MB memory
|
||||
// cache.config.maxDiskSize = 1000 * 1024 * 1024 // 1000MB disk
|
||||
// SDImageCachesManager.shared.addCache(cache)
|
||||
// SDWebImageManager.defaultImageCache = SDImageCachesManager.shared
|
||||
|
||||
_libraries.wrappedValue = []
|
||||
_library_names.wrappedValue = [:]
|
||||
_librariesShowRecentlyAdded.wrappedValue = []
|
||||
|
|
|
@ -91,9 +91,6 @@ struct SeasonItemView: View {
|
|||
|
||||
_fullItem.wrappedValue = responseItem
|
||||
|
||||
print("!@#!@#@#!@#")
|
||||
print(fullItem.SeriesId)
|
||||
|
||||
let url2 =
|
||||
"/Shows/\(fullItem.SeriesId ?? "")/Episodes?SeasonId=\(item.Id)&UserId=\(globalData.user?.user_id ?? "")&Fields=ItemCounts%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CCanDelete%2CMediaSourceCount%2COverview"
|
||||
let request2 = RestRequest(method: .get, url: (globalData.server?.baseURI ?? "") + url2)
|
||||
|
|
Loading…
Reference in New Issue