Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Sep 16, 2024
1 parent 67b74a2 commit 9f6a3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/downloads/models/downloaded_video.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class DownloadedVideo extends IdedVideo {
@override
String get videoId => super.videoId;

/// Should be used
@JsonKey(includeFromJson: false, includeToJson: false)
Future<String> get downloadPath async {
Directory dir = await _getDownloadFolder();
Expand Down

0 comments on commit 9f6a3d9

Please sign in to comment.