Update RatingExtension.cs

This commit is contained in:
stax76
2019-07-27 04:41:18 +02:00
committed by GitHub
parent 9899c2cd27
commit fbffbea641

View File

@@ -1,4 +1,8 @@
using System; // This extension writes a rating to the filename of rated videos when mpv.net shuts down.
// The input.conf defaults contain key bindings for this extension to set ratings.
using System;
using System.ComponentModel.Composition; using System.ComponentModel.Composition;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
@@ -58,4 +62,4 @@ namespace RatingExtension // the assembly name must end with 'Extension'
Msg.Show("Rating Extension", "This extension writes a rating to the filename of rated videos when mpv.net shuts down.\n\nThe input.conf defaults contain key bindings for this extension to set ratings."); Msg.Show("Rating Extension", "This extension writes a rating to the filename of rated videos when mpv.net shuts down.\n\nThe input.conf defaults contain key bindings for this extension to set ratings.");
} }
} }
} }