diff --git a/internal/torrent/manager.go b/internal/torrent/manager.go index d331a75..5812042 100644 --- a/internal/torrent/manager.go +++ b/internal/torrent/manager.go @@ -155,7 +155,7 @@ func (t *TorrentManager) assignedDirectoryCb(tor *Torrent, cb func(string)) { tor.SelectedFiles.IterCb(func(key string, file *File) { filenames = append(filenames, filepath.Base(file.Path)) fileSizes = append(fileSizes, file.Bytes) - if !tor.Unrepairable && unplayable && utils.IsStreamable(file.Path) { + if unplayable && utils.IsStreamable(file.Path) { unplayable = false } })