Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit e680e22

Browse files
committed
Reapply "Fix build issue"
This reverts commit 44ced30.
1 parent 44ced30 commit e680e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AssemblyAI/Transcripts/TranscriptsClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public async Task<string> GetSubtitlesAsync(
304304
{
305305
BaseUrl = _client.Options.BaseUrl,
306306
Method = HttpMethod.Get,
307-
Path = $"v2/transcript/{transcriptId}/{subtitleFormat}",
307+
Path = $"v2/transcript/{transcriptId}/{subtitleFormat.Stringify()}",
308308
Query = _query,
309309
Options = options,
310310
},

0 commit comments

Comments
 (0)