Skip to content

Commit

Permalink
ログイン無しでYouTubeが再生できない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Sep 19, 2022
1 parent 3ace293 commit dd9cc01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<!-- バージョン装飾子参考の参考に: https://kengotoda.gitbooks.io/what-is-maven/deploy/snapshot-and-stable.html -->
<version>0.7.3</version>
<version>0.7.4</version>
<packaging>jar</packaging>

<repositories>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.github.Cosgy-Dev</groupId>
<artifactId>lavaplayer-fork</artifactId>
<version>original-35a2bffefb-1</version>
<version>original-856c01650a-1</version>
</dependency>
<!--
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
</encoder>
</appender>

<!--<root level="INFO">
<root level="INFO">
<appender-ref ref="Simple"/>
<appender-ref ref="File"/>
</root>
<root level="DEBUG">
<!--<root level="DEBUG">
<appender-ref ref="Simple"/>
<appender-ref ref="File"/>
</root>-->
</root>
<root level="TRACE">
<appender-ref ref="Simple"/>
<appender-ref ref="File"/>
</root>
</root>-->

</configuration>

0 comments on commit dd9cc01

Please sign in to comment.