mobile v0.1 #189

Merged
talksik merged 18 commits from mobile-v1 into master 2026-04-30 00:30:31 +00:00
Showing only changes of commit 8e807d8187 - Show all commits
+2
View File
@@ -187,6 +187,7 @@ func transcodeMediaParticle(ctx context.Context, depotSvc depot.Service, doc *fi
return
}
if particleType != particle.TypeMedia {
slog.Info("transcode: particle is not of type media")
return
}
@@ -197,6 +198,7 @@ func transcodeMediaParticle(ctx context.Context, depotSvc depot.Service, doc *fi
// Source is already iOS-playable; nothing to do.
if isIOSPlayableMime(mediaParticle.Properties.MimeType) {
slog.Info("transcode: skipping because already playable on ios")
return
}