mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix temporary videos affecting library
This commit is contained in:
parent
877b125766
commit
60ecf96670
1 changed files with 2 additions and 0 deletions
|
|
@ -332,6 +332,8 @@ Channel.prototype.seen = function(ip, name) {
|
|||
}
|
||||
|
||||
Channel.prototype.cacheMedia = function(media) {
|
||||
// Prevent the copy in the playlist from messing with this one
|
||||
media = media.dup();
|
||||
if(media.temp) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue