Skip to content

Commit 2a1b428

Browse files
author
xfzv
committed
fix alphabetical order
1 parent a71f09d commit 2a1b428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script-opts/SmartCopyPaste.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ prefer_filename_over_title=local
3838
copy_time_method=all
3939

4040
#--The time attributes which will be added when copying protocols of specific websites from this list. Additional attributes can be added following the same format.
41-
specific_time_attributes=[ ["twitch", "?t=", "s"], ["youtube", "&t=", "s"], ["x", "?t=", ""] ]
41+
specific_time_attributes=[ ["twitch", "?t=", "s"], ["x", "?t=", ""], ["youtube", "&t=", "s"] ]
4242

4343
#--The text that will be copied before the seek time when copying a protocol video from mpv
4444
protocols_time_attribute=&t=

script-opts/SmartCopyPaste_II.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log_paste_idle_behavior=force-noresume
4747
log_paste_running_behavior=timestamp>playlist
4848

4949
#--The time attributes which will be added when copying protocols of specific websites from this list. Additional attributes can be added following the same format.
50-
specific_time_attributes=[ ["twitch", "?t=", "s"], ["youtube", "&t=", "s"], ["x", "?t=", ""] ]
50+
specific_time_attributes=[ ["twitch", "?t=", "s"], ["x", "?t=", ""], ["youtube", "&t=", "s"] ]
5151

5252
#--The text that will be copied before the seek time when copying a protocol video from mpv
5353
protocols_time_attribute=&t=

0 commit comments

Comments
 (0)