Skip to content

Commit

Permalink
Fix an issue that cannot play the file in the root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Sep 8, 2024
1 parent ccb8c61 commit 6d6c162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/FileBrowser/Shared/SMBAVAsset.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SMBAVAsset: AVURLAsset {
private let resourceLoaderDelegate: AssetResourceLoaderDelegate

init(client: SMBClient, path: String) {
let url = URL(string: "smb://\(path)")!
let url = URL(string: "smb:///\(path)")!

self.resourceLoaderDelegate = AssetResourceLoaderDelegate(
client: client,
Expand Down

0 comments on commit 6d6c162

Please sign in to comment.