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

update handling of deleted recording files

This commit is contained in:
Luke Pulverenti 2016-03-07 21:59:21 -05:00
parent 3a7ed6f85f
commit dd2b5bc15e
20 changed files with 79 additions and 45 deletions

View file

@ -1,3 +1,9 @@
### 2.1.4 - *December 1 2015*
* Use `Date.now()` instead of `performace.now()` for mobile Safari.
### 2.1.3 - *October 12 2015*
* Removed web-animations.min.js.gz
### 2.1.2 - *July 8 2015*
* Fix a bug where onfinish was being called for GroupEffects before they were finished.