mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 07:02:45 +00:00
fixed progresses
This commit is contained in:
parent
74e03d9733
commit
69d85d4a69
3 changed files with 3 additions and 2 deletions
|
|
@ -178,8 +178,8 @@
|
|||
133F55B92D33B53E00E08EEA /* LibraryView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
133D7C7E2D2BE2630075467E /* LibraryView.swift */,
|
||||
133F55BA2D33B55100E08EEA /* LibraryManager.swift */,
|
||||
133D7C7E2D2BE2630075467E /* LibraryView.swift */,
|
||||
);
|
||||
path = LibraryView;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ struct LibraryView: View {
|
|||
}
|
||||
}
|
||||
.navigationTitle("Library")
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ struct MediaInfoView: View {
|
|||
jsController.loadScript(jsContent)
|
||||
jsController.fetchStreamUrl(episodeUrl: href) { streamUrl in
|
||||
if let url = streamUrl {
|
||||
playStream(url: url, fullURL: url)
|
||||
playStream(url: url, fullURL: href)
|
||||
}
|
||||
}
|
||||
} catch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue