mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-29 14:17:43 +00:00
18 lines
263 B
Swift
18 lines
263 B
Swift
|
|
//
|
||
|
|
// PlayerHandler.swift
|
||
|
|
// App
|
||
|
|
//
|
||
|
|
// Created by Rasmus Krämer on 11.04.22.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
class PlayerHandler {
|
||
|
|
private static var player: AudioPlayer?
|
||
|
|
// private static var item: any
|
||
|
|
|
||
|
|
public static func setItem() {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|