feat: support reading recordings, address some warnings
This commit is contained in:
@@ -49,7 +49,7 @@ impl RecordingDataManager {
|
||||
.and_then(|entry| {
|
||||
std::future::ready(
|
||||
take(entry.name())
|
||||
.map(|(day, rest)| day)
|
||||
.map(|(day, _rest)| day)
|
||||
.context(ParseSnafu),
|
||||
)
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user