mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
import Server from '../Server'
|
|
|
|
export default function ({ store }, inject) {
|
|
inject('server', new Server(store))
|
|
}
|