Update BaseItemDto+VideoPlayerViewModel.swift
This commit is contained in:
parent
eb997e8cbe
commit
62a0bf4326
|
@ -99,7 +99,6 @@ extension BaseItemDto {
|
||||||
var fileName: String?
|
var fileName: String?
|
||||||
if let lastInPath = currentMediaSource.path?.split(separator: "/").last {
|
if let lastInPath = currentMediaSource.path?.split(separator: "/").last {
|
||||||
fileName = String(lastInPath)
|
fileName = String(lastInPath)
|
||||||
print("FILENAME: \(lastInPath)")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let videoPlayerViewModel = VideoPlayerViewModel(item: modifiedSelfItem,
|
let videoPlayerViewModel = VideoPlayerViewModel(item: modifiedSelfItem,
|
||||||
|
|
Loading…
Reference in New Issue