Update BaseItemDto+VideoPlayerViewModel.swift

This commit is contained in:
Ethan Pippin 2022-01-12 17:06:37 -07:00
parent eb997e8cbe
commit 62a0bf4326
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ extension BaseItemDto {
var fileName: String?
if let lastInPath = currentMediaSource.path?.split(separator: "/").last {
fileName = String(lastInPath)
print("FILENAME: \(lastInPath)")
}
let videoPlayerViewModel = VideoPlayerViewModel(item: modifiedSelfItem,