mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Minor code style fixes, remove unneeded views
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import Foundation
|
||||
|
||||
extension Video {
|
||||
static var fixture: Video {
|
||||
let id = "D2sxamzaHkM"
|
||||
|
||||
return Video(
|
||||
id: id,
|
||||
id: UUID().uuidString,
|
||||
title: "Relaxing Piano Music",
|
||||
author: "Fancy Videotuber",
|
||||
length: 582,
|
||||
|
Reference in New Issue
Block a user