1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update login

This commit is contained in:
Luke Pulverenti 2016-02-24 22:15:07 -05:00
parent 3c9e6e0374
commit 08122a5e93
36 changed files with 2845 additions and 2228 deletions

View file

@ -8,6 +8,10 @@ class DummyRemuxer {
this.observer = observer;
}
get passthrough() {
return false;
}
get timescale() {
return this.PES_TIMESCALE;
}