File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
flutter_readium/ios/flutter_readium/Sources/flutter_readium/navigator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class FlutterMediaOverlayNavigator : FlutterAudioNavigator
2222 }
2323
2424 public override func initNavigator( ) async -> Void {
25- debugPrint ( " Publication with Synchronized Narration reading-order found! " )
25+ debugPrint ( OTAG , " Publication with Synchronized Narration reading-order found! " )
2626 let narrationLinks = publication. readingOrder. compactMap {
2727 var link = $0. alternates. filterByMediaType ( MediaType ( " application/vnd.syncnarr+json " ) !) . first
2828 link? . title = $0. title
@@ -55,7 +55,7 @@ public class FlutterMediaOverlayNavigator : FlutterAudioNavigator
5555 var newPub = publication
5656 newPub. manifest = audioPubManifest
5757
58- debugPrint ( " New audio readingOrder found: \( audioReadingOrder) " )
58+ debugPrint ( OTAG , " New audio readingOrder found: \( audioReadingOrder) " )
5959 // Save the media-overlays for later position matching.
6060 self . mediaOverlays = mediaOverlays
6161 // Assign the publication, it should now conform to AudioBook.
@@ -100,7 +100,7 @@ public class FlutterMediaOverlayNavigator : FlutterAudioNavigator
100100 self . listener? . timebasedNavigator ( self , requestsHighlightAt: textLocator, withWordLocator: nil )
101101 }
102102 } else {
103- debugPrint ( TAG , " Did not find MediaOverlay matching audio Locator: \( location) " )
103+ debugPrint ( OTAG , " Did not find MediaOverlay matching audio Locator: \( location) " )
104104 }
105105 }
106106
You can’t perform that action at this time.
0 commit comments