mobile v0.1 with deployment for ios #191

Merged
talksik merged 19 commits from mobile-v1 into master 2026-04-30 00:39:11 +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
}