mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Code style changes
This commit is contained in:
@@ -16,7 +16,7 @@ struct DocumentsView: View {
|
||||
|
||||
Group {
|
||||
if model.isDirectory(standardizedURL) {
|
||||
NavigationLink(destination: DocumentsView(directoryURL: url)) {
|
||||
NavigationLink(destination: Self(directoryURL: url)) {
|
||||
VideoBanner(video: video)
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user